13 texture
load(
char const* Path);
18 texture
load(std::string
const& Path);
24 texture
load(
char const* Data, std::size_t Size);
27 #include "./core/load.inl"
Include to use generic textures which can represent any texture target but they don't have target spe...
Namespace where all the classes and functions provided by GLI are exposed.
texture load(char const *Path)
Loads a texture storage_linear from file.