MCPcopy 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
848GPUTexture* GPUDevice::GetDefaultNormalMap() const
849{
850 return _res->DefaultNormalMap ? _res->DefaultNormalMap->GetTexture() : nullptr;
851}
852
853GPUTexture* GPUDevice::GetDefaultWhiteTexture() const
854{

Callers 1

BindMethod · 0.80

Calls 1

GetTextureMethod · 0.80

Tested by

no test coverage detected