Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ Invalidate
Method
Invalidate
src/SFGUI/Renderer.cpp:803–805 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
801
}
802
803
void Renderer::Invalidate( unsigned char datasets ) {
804
InvalidateImpl( datasets );
805
}
806
807
void Renderer::Redraw() {
808
m_force_redraw = true;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected