MCPcopy 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
112void Primitive::SetSynced( bool synced ) {
113 m_synced = synced;
114}
115
116bool Primitive::IsSynced() const {
117 return m_synced;

Callers 3

RefreshVBOMethod · 0.80
RefreshVBOMethod · 0.80
RefreshArrayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected