MCPcopy Create free account
hub / github.com/defold/defold / Size

Method Size

engine/profiler/src/profiler_render.cpp:382–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380 struct Size
381 {
382 Size(int w, int h)
383 : w(w)
384 , h(h)
385 {
386 }
387 int w;
388 int h;
389 };

Callers 15

DestroyContextFunction · 0.45
DestroyInstanceFunction · 0.45
ReloadInstanceFunction · 0.45
StartInstanceFunction · 0.45
StopInstanceFunction · 0.45
RetireInstanceFunction · 0.45
ResetInstanceFunction · 0.45
IsSleepingFunction · 0.45
GetParticleCountFunction · 0.45
UpdateFunction · 0.45
UpdateParticlesFunction · 0.45

Calls

no outgoing calls

Tested by 3

ParticleCountFunction · 0.36
TEST_FFunction · 0.36
TYPED_TESTFunction · 0.36