MCPcopy 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
838MaterialBase* GPUDevice::GetDefaultMaterial() const
839{
840 return _res->DefaultMaterial;
841}
842
843MaterialBase* GPUDevice::GetDefaultDeformableMaterial() const
844{

Callers 6

RenderMethod · 0.45
DrawTypeMethod · 0.45
DrawMethod · 0.45
DrawMethod · 0.45
GetMaterialMethod · 0.45
GetMaterialMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected