GPUTexture: Remove unused functions and avoid GPU_texture_opengl_bindcode

This is a cleanup.
This commit is contained in:
2020-09-08 03:22:35 +02:00
parent a30ad3634d
commit 33b25b6a9e
6 changed files with 21 additions and 33 deletions

View File

@@ -46,6 +46,7 @@ namespace gpu {
class GLTexture : public Texture {
friend class GLStateManager;
friend class GLFrameBuffer;
private:
/** All samplers states. */