Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
CopyMaterialToGpuStaging_
Method · 0.80
Calls
1
LockRead_
Function · 0.70
Tested by
no test coverage detected