Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ DrawMaterialComplexity
Method
DrawMaterialComplexity
Source/Engine/Renderer/GBufferPass.cpp:400–403 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
398
}
399
400
void GBufferPass::DrawMaterialComplexity(RenderContext& renderContext, GPUContext* context, GPUTextureView* lightBuffer)
401
{
402
_materialComplexity->Draw(renderContext, context, lightBuffer);
403
}
404
405
#endif
406
Callers
1
RenderInner
Function · 0.80
Calls
1
Draw
Method · 0.45
Tested by
no test coverage detected