|
Gama C Library
Gama C API Documentation
|
Represents a 3D texture, including its raw image data and file path. More...
#include <mtl.h>
Data Fields | |
| gmImageData | data |
| char | path [256] |
Represents a 3D texture, including its raw image data and file path.
| gmImageData gm3Texture::data |
The raw CPU-side image data for the texture.
| char gm3Texture::path[256] |
The file path from which the texture was loaded.