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

Method SetDiffuseMap

Source/Engine/StratusMaterial.cpp:142–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 }
141
142 void Material::SetDiffuseMap(TextureHandle handle) {
143 MarkChanged();
144 auto ul = LockWrite_();
145 diffuseTexture_ = handle;
146 }
147
148 void Material::SetEmissiveMap(TextureHandle handle) {
149 MarkChanged();

Callers 2

InitializeMethod · 0.80
ProcessMaterialFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected