/// Load textures from images. #pragma once #include /// Load a texture. Texture* gfx_texture_load(GfxCore*, const LoadTextureCmd*);