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

Method GetDiffuseMap

Source/Engine/StratusMaterial.cpp:112–115  ·  view source on GitHub ↗

Get and set material properties as textures

Source from the content-addressed store, hash-verified

110
111 // Get and set material properties as textures
112 TextureHandle Material::GetDiffuseMap() const {
113 auto sl = LockRead_();
114 return diffuseTexture_;
115 }
116
117 TextureHandle Material::GetEmissiveMap() const {
118 auto sl = LockRead_();

Callers 1

Calls 1

LockRead_Function · 0.70

Tested by

no test coverage detected