0.8.0 API documentation
|
Include to load KMG textures from files or memory. More...
Go to the source code of this file.
Namespaces | |
gli | |
Namespace where all the classes and functions provided by GLI are exposed. | |
Functions | |
texture | load_kmg (char const *Path) |
Loads a texture storage from KMG (Khronos Image) file. More... | |
texture | load_kmg (std::string const &Path) |
Loads a texture storage from KMG (Khronos Image) file. More... | |
texture | load_kmg (char const *Data, std::size_t Size) |
Loads a texture storage from KMG (Khronos Image) memory. More... | |
Include to load KMG textures from files or memory.
Definition in file load_kmg.hpp.