MCPcopy Create free account
hub / github.com/TankOs/SFGUI / Unbind

Method Unbind

src/SFGUI/Canvas.cpp:465–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463}
464
465void Canvas::Unbind() {
466 if( !m_render_texture ) {
467 return;
468 }
469
470 (void)m_render_texture->setActive( false );
471}
472
473void Canvas::DrawRenderTexture() {
474 if( !m_render_texture ) {

Callers 2

RunMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

RunMethod · 0.64