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

Method GetNormalMap

Source/Engine/StratusMaterial.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 }
121
122 TextureHandle Material::GetNormalMap() const {
123 auto sl = LockRead_();
124 return normalMap_;
125 }
126
127 TextureHandle Material::GetRoughnessMap() const {
128 auto sl = LockRead_();

Callers 1

Calls 1

LockRead_Function · 0.70

Tested by

no test coverage detected