Cogs.Core
|
Public Attributes | |
GLenum | type |
GLuint | textureId |
uint32_t | width |
uint32_t | height |
uint32_t | numSamples |
uint32_t | arraySize |
TextureFormat | format |
TextureFlags::ETextureFlags | flags |
bool | hasMipmaps |
bool | textureView |
Definition at line 13 of file TexturesGL20.h.
uint32_t Cogs::TextureGL20::arraySize |
Definition at line 22 of file TexturesGL20.h.
TextureFlags::ETextureFlags Cogs::TextureGL20::flags |
Definition at line 25 of file TexturesGL20.h.
TextureFormat Cogs::TextureGL20::format |
Definition at line 24 of file TexturesGL20.h.
bool Cogs::TextureGL20::hasMipmaps |
Definition at line 27 of file TexturesGL20.h.
uint32_t Cogs::TextureGL20::height |
Definition at line 19 of file TexturesGL20.h.
uint32_t Cogs::TextureGL20::numSamples |
Definition at line 21 of file TexturesGL20.h.
GLuint Cogs::TextureGL20::textureId |
Definition at line 16 of file TexturesGL20.h.
bool Cogs::TextureGL20::textureView |
Definition at line 28 of file TexturesGL20.h.
GLenum Cogs::TextureGL20::type |
Definition at line 15 of file TexturesGL20.h.
uint32_t Cogs::TextureGL20::width |
Definition at line 18 of file TexturesGL20.h.