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

Method GetCustomDrawCallback

src/SFGUI/Primitive.cpp:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134std::shared_ptr<Signal> Primitive::GetCustomDrawCallback() const {
135 return m_custom_draw_callback;
136}
137
138void Primitive::Clear() {
139 m_vertices.clear();

Callers 3

UpdateMethod · 0.80
RefreshVBOMethod · 0.80
RefreshVBOMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected