Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetDefaultMaterial
Method
GetDefaultMaterial
Source/Engine/Graphics/GPUDevice.cpp:838–841 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
836
}
837
838
MaterialBase* GPUDevice::GetDefaultMaterial() const
839
{
840
return _res->DefaultMaterial;
841
}
842
843
MaterialBase* GPUDevice::GetDefaultDeformableMaterial() const
844
{
Callers
6
Render
Method · 0.45
DrawType
Method · 0.45
Draw
Method · 0.45
Draw
Method · 0.45
GetMaterial
Method · 0.45
GetMaterial
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected