Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
DestroyContext
Function · 0.45
DestroyInstance
Function · 0.45
ReloadInstance
Function · 0.45
StartInstance
Function · 0.45
StopInstance
Function · 0.45
RetireInstance
Function · 0.45
ResetInstance
Function · 0.45
IsSleeping
Function · 0.45
GetParticleCount
Function · 0.45
GenerateVertexDataInternal
Function · 0.45
Update
Function · 0.45
UpdateParticles
Function · 0.45
Calls
no outgoing calls
Tested by
3
ParticleCount
Function · 0.36
TEST_F
Function · 0.36
TYPED_TEST
Function · 0.36