MCPcopy Create free account
hub / github.com/Tencent/tgfx / BackendRenderTarget

Method BackendRenderTarget

include/tgfx/gpu/Backend.h:129–130  ·  view source on GitHub ↗

* Creates an invalid backend render target. */

Source from the content-addressed store, hash-verified

127 * Creates an invalid backend render target.
128 */
129 BackendRenderTarget() : _width(0), _height(0) {
130 }
131
132 /**
133 * Creates an OpenGL backend render target.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected