MCPcopy Create free account
hub / github.com/axmolengine/axmol / endRenderPass

Method endRenderPass

core/renderer/Renderer.cpp:857–860  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

855}
856
857void Renderer::endRenderPass()
858{
859 _commandBuffer->endRenderPass();
860}
861
862void Renderer::clear(ClearFlag flags, const Color4F& color, float depth, unsigned int stencil, float globalOrder)
863{

Callers 3

clearMethod · 0.45
EndRenderPassMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected