MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetShader

Method GetShader

Source/Engine/Content/Assets/Material.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82GPUShader* Material::GetShader() const
83{
84 return _materialShader ? _materialShader->GetShader() : nullptr;
85}
86
87bool Material::IsReady() const
88{

Callers 10

initResourcesMethod · 0.45
onJobRenderMethod · 0.45
DrawEmittersGPUFunction · 0.45
UpdateMethod · 0.45
DrawMethod · 0.45
DrawMethod · 0.45
DrawFogMethod · 0.45
DrawMethod · 0.45
ApplySkyMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected