MCPcopy 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
400void GBufferPass::DrawMaterialComplexity(RenderContext& renderContext, GPUContext* context, GPUTextureView* lightBuffer)
401{
402 _materialComplexity->Draw(renderContext, context, lightBuffer);
403}
404
405#endif
406

Callers 1

RenderInnerFunction · 0.80

Calls 1

DrawMethod · 0.45

Tested by

no test coverage detected