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

Method beginWithClear

core/2d/RenderTexture.cpp:319–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319void RenderTexture::beginWithClear(float r, float g, float b, float a)
320{
321 beginWithClear(r, g, b, a, 0, 0, ClearFlag::COLOR);
322}
323
324void RenderTexture::beginWithClear(float r, float g, float b, float a, float depthValue)
325{

Callers 6

clearMethod · 0.95
onEnterMethod · 0.80
RenderTexturePartTestMethod · 0.80
drawMethod · 0.80
Issue16113TestMethod · 0.80

Calls 7

setClearColorFunction · 0.85
setClearDepthFunction · 0.85
setClearStencilFunction · 0.85
getRendererMethod · 0.80
Color4FFunction · 0.50
beginFunction · 0.50
clearMethod · 0.45

Tested by 3

RenderTexturePartTestMethod · 0.64
drawMethod · 0.64
Issue16113TestMethod · 0.64