Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ SetSynced
Method
SetSynced
src/SFGUI/Primitive.cpp:112–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
}
111
112
void Primitive::SetSynced( bool synced ) {
113
m_synced = synced;
114
}
115
116
bool Primitive::IsSynced() const {
117
return m_synced;
Callers
3
RefreshVBO
Method · 0.80
RefreshVBO
Method · 0.80
RefreshArray
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected