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

Function SetWindowSize

engine/graphics/src/graphics.cpp:2053–2056  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2051 return g_functions.m_GetHeight(context);
2052 }
2053 void SetWindowSize(HContext context, uint32_t width, uint32_t height)
2054 {
2055 g_functions.m_SetWindowSize(context, width, height);
2056 }
2057 void ResizeWindow(HContext context, uint32_t width, uint32_t height)
2058 {
2059 g_functions.m_ResizeWindow(context, width, height);

Callers 14

SetSizeFunction · 0.50
DX12SetWindowSizeFunction · 0.50
DX12ResizeWindowFunction · 0.50
NullSetWindowSizeFunction · 0.50
NullResizeWindowFunction · 0.50
OpenGLSetWindowSizeFunction · 0.50
OpenGLResizeWindowFunction · 0.50
TEST_FFunction · 0.50
VulkanSetWindowSizeFunction · 0.50
InitializeVulkanFunction · 0.50

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.40