Holds data about a decoded texture. More...
Public Attributes | |
nkImages::Image | _image |
If parsing of the image is requested, the image data. | |
nkMemory::String | _absPath |
The absolute path of the linked image data, if any. | |
nkMemory::Buffer | _rawData |
The raw binary data of the image, if any. | |
bool | _containsLinearData = false |
Whether the texture contains linear data (true) or not (false). Useful to know if a texture should be gamma corrected or not. | |
Holds data about a decoded texture.