|
kick
|
Public Member Functions | |
| TextureCube (const TextureCube &) | |
| TextureCube (TextureCube &&m) | |
| void | setData (int width, int height, char *data, int cubemapIndex, const ImageFormat &imageFormat={}) |
| void | bind (int textureSlot) |
| int | width () |
| int | height () |
| void | setTextureSampler (const TextureSampler &textureSampler) |
| TextureSampler | textureSampler () const |
| ImageFormat | imageFormat () const |
Definition at line 17 of file texture_cube.h.
1.7.4