bool _containsLinearData
Whether the texture contains linear data (true) or not (false). Useful to know if a texture should be...
Definition: DecodedTextureData.h:18
nkImages::Image _image
If parsing of the image is requested, the image data.
Definition: DecodedTextureData.h:14
nkMemory::String _absPath
The absolute path of the linked image data, if any.
Definition: DecodedTextureData.h:15
Holds data about a decoded texture.
Definition: DecodedTextureData.h:12
nkMemory::Buffer _rawData
The raw binary data of the image, if any.
Definition: DecodedTextureData.h:16