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

Method IsReady

Source/Engine/Renderer/Editor/MaterialComplexity.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34bool MaterialComplexityMaterialShader::WrapperShader::IsReady() const
35{
36 return MaterialAsset && MaterialAsset->IsReady();
37}
38
39bool MaterialComplexityMaterialShader::WrapperShader::CanUseInstancing(InstancingHandler& handler) const
40{

Callers 3

BindMethod · 0.45
DrawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected