|
Cogs.Core
|
Public Attributes | |
| GLuint | textureId |
| GLuint | renderBuffer |
| GLuint | fbo |
| GLenum | target |
| uint32_t | width |
| uint32_t | height |
| uint32_t | depth |
| uint32_t | estimatedByteSize |
| uint32_t | flags |
| TextureFormat | format |
| uint8_t | numSamples |
| struct { | |
| unsigned short boundAsView: 1 | |
| True if last use of texture was as a view. More... | |
| unsigned short hasMipmaps: 1 | |
| unsigned short cubeMap: 1 | |
| }; | |
Definition at line 12 of file TexturesGLES30.h.
| unsigned short Cogs::TextureGLES30::boundAsView |
True if last use of texture was as a view.
Definition at line 32 of file TexturesGLES30.h.
| unsigned short Cogs::TextureGLES30::cubeMap |
Definition at line 34 of file TexturesGLES30.h.
| uint32_t Cogs::TextureGLES30::depth |
Definition at line 23 of file TexturesGLES30.h.
| uint32_t Cogs::TextureGLES30::estimatedByteSize |
Definition at line 25 of file TexturesGLES30.h.
| GLuint Cogs::TextureGLES30::fbo |
Definition at line 17 of file TexturesGLES30.h.
| uint32_t Cogs::TextureGLES30::flags |
Definition at line 27 of file TexturesGLES30.h.
| TextureFormat Cogs::TextureGLES30::format |
Definition at line 28 of file TexturesGLES30.h.
| unsigned short Cogs::TextureGLES30::hasMipmaps |
Definition at line 33 of file TexturesGLES30.h.
| uint32_t Cogs::TextureGLES30::height |
Definition at line 22 of file TexturesGLES30.h.
| uint8_t Cogs::TextureGLES30::numSamples |
Definition at line 29 of file TexturesGLES30.h.
| GLuint Cogs::TextureGLES30::renderBuffer |
Definition at line 16 of file TexturesGLES30.h.
| GLenum Cogs::TextureGLES30::target |
Definition at line 20 of file TexturesGLES30.h.
| GLuint Cogs::TextureGLES30::textureId |
Definition at line 15 of file TexturesGLES30.h.
| uint32_t Cogs::TextureGLES30::width |
Definition at line 21 of file TexturesGLES30.h.