Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
bool LODPreviewMaterialShader::CanUseInstancing(InstancingHandler& handler) const
36
{
37
return false;
38
}
39
40
DrawPass LODPreviewMaterialShader::GetDrawModes() const
41
{
Callers
3
CalculateSortKey
Function · 0.45
SortDrawCalls
Method · 0.45
DebugOverrideDrawCallsMaterial
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected