Utility class to save texture contents in files. More...
Static Public Member Functions | |
static bool | saveTextureToHdr (Texture *tex, nkMemory::StringView path) |
Utility class to save texture contents in files.
|
static |
Saves the given texture as a .hdr file.
tex | The texture to save. |
path | The path to export to, relative to the working directory. See nkResources::ResourceManager for the path naming conventions. |