mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-02 16:59:37 -05:00
Clean up and fix comments.
This commit is contained in:
@@ -39,7 +39,6 @@
|
||||
|
||||
#include <ghoul/opengl/textureunit.h>
|
||||
|
||||
|
||||
namespace ghoul {
|
||||
namespace opengl {
|
||||
class ProgramObject;
|
||||
@@ -87,8 +86,8 @@ namespace globebrowsing {
|
||||
|
||||
|
||||
ProgramObject* getActivatedProgramWithTileData(
|
||||
LayerShaderManager* layeredTextureShaderProvider,
|
||||
GPULayerManager * gpuLayerManager,
|
||||
std::shared_ptr<LayerShaderManager> layeredShaderManager,
|
||||
std::shared_ptr<GPULayerManager> gpuLayerManager,
|
||||
const Chunk& chunk);
|
||||
|
||||
// shared pointer to a grid which can be the same for all rendered chunks.
|
||||
|
||||
Reference in New Issue
Block a user