1 2 3 4 5 6 7
/// Load textures from images. #pragma once #include <gfx/asset.h> /// Load a texture. Texture* gfx_texture_load(GfxCore*, const LoadTextureCmd*);