mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-24 04:58:59 -05:00
Applied changes in texture reading io classes to OpenSpace
This commit is contained in:
@@ -78,7 +78,7 @@ private:
|
||||
|
||||
ghoul::opengl::ProgramObject* _shader;
|
||||
bool _textureIsDirty;
|
||||
ghoul::opengl::Texture* _texture;
|
||||
std::unique_ptr<ghoul::opengl::Texture> _texture;
|
||||
ghoul::filesystem::File* _textureFile;
|
||||
GLuint _quad;
|
||||
GLuint _vertexPositionBuffer;
|
||||
|
||||
Reference in New Issue
Block a user