Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
465
void Canvas::Unbind() {
466
if( !m_render_texture ) {
467
return;
468
}
469
470
(void)m_render_texture->setActive( false );
471
}
472
473
void Canvas::DrawRenderTexture() {
474
if( !m_render_texture ) {
Callers
2
Run
Method · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
1
Run
Method · 0.64