|
arsa
2.7
|
Texture data. More...
#include <Effekseer.h>
Public Attributes | |
| int32_t | Width |
| int32_t | Height |
| TextureFormatType | TextureFormat |
| void * | UserPtr |
| int64_t | UserID |
| bool | HasMipmap = true |
| for OpenGL, it is ignored in other apis More... | |
Texture data.
Definition at line 541 of file Effekseer.h.
| bool Effekseer::TextureData::HasMipmap = true |
for OpenGL, it is ignored in other apis
Definition at line 550 of file Effekseer.h.
| int32_t Effekseer::TextureData::Height |
Definition at line 544 of file Effekseer.h.
| TextureFormatType Effekseer::TextureData::TextureFormat |
Definition at line 545 of file Effekseer.h.
| int64_t Effekseer::TextureData::UserID |
Definition at line 547 of file Effekseer.h.
| void* Effekseer::TextureData::UserPtr |
Definition at line 546 of file Effekseer.h.
| int32_t Effekseer::TextureData::Width |
Definition at line 543 of file Effekseer.h.
1.8.15