Further work on multiple context extensions.
This commit is contained in:
@@ -108,6 +108,7 @@ class SG_EXPORT Texture3D : public Texture
|
||||
|
||||
bool isTexture3DSupported() const { return _isTexture3DSupported; }
|
||||
bool isTexture3DFast() const { return _isTexture3DFast; }
|
||||
|
||||
GLint maxTexture3DSize() const { return _maxTexture3DSize; }
|
||||
|
||||
void glTexImage3D( GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels) const;
|
||||
|
||||
Reference in New Issue
Block a user