API Documentation
Public Attributes | List of all members
nkGraphics::DecodedTextureData Struct Referencefinal

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.
 

Detailed Description

Holds data about a decoded texture.


The documentation for this struct was generated from the following file: