Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetDefaultNormalMap
Method
GetDefaultNormalMap
Source/Engine/Graphics/GPUDevice.cpp:848–851 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
846
}
847
848
GPUTexture* GPUDevice::GetDefaultNormalMap() const
849
{
850
return _res->DefaultNormalMap ? _res->DefaultNormalMap->GetTexture() : nullptr;
851
}
852
853
GPUTexture* GPUDevice::GetDefaultWhiteTexture() const
854
{
Callers
1
Bind
Method · 0.80
Calls
1
GetTexture
Method · 0.80
Tested by
no test coverage detected