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

Method isSharedRenderTarget

core/2d/RenderTexture.cpp:314–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314bool RenderTexture::isSharedRenderTarget() const
315{
316 return _renderTarget == _director->getRenderer()->getOffscreenRenderTarget();
317}
318
319void RenderTexture::beginWithClear(float r, float g, float b, float a)
320{

Callers

nothing calls this directly

Calls 2

getRendererMethod · 0.80

Tested by

no test coverage detected