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

Method CanUseInstancing

Source/Engine/Renderer/Editor/LODPreview.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35bool LODPreviewMaterialShader::CanUseInstancing(InstancingHandler& handler) const
36{
37 return false;
38}
39
40DrawPass LODPreviewMaterialShader::GetDrawModes() const
41{

Callers 3

CalculateSortKeyFunction · 0.45
SortDrawCallsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected