MCPcopy Create free account
hub / github.com/KTStephano/StratusGFX / LoadTexture

Method LoadTexture

Source/Engine/StratusResourceManager.cpp:228–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226 }
227
228 TextureHandle ResourceManager::LoadTexture(const std::string& name, const ColorSpace& cspace) {
229 return LoadTextureImpl_({name}, cspace);
230 }
231
232 TextureHandle ResourceManager::LoadCubeMap(const std::string& prefix, const ColorSpace& cspace, const std::string& fileExt) {
233 return LoadTextureImpl_({prefix + "right." + fileExt,

Callers 2

InitializeMethod · 0.80
LoadMaterialTextureFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected