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

Function GetMaxTextureSize

engine/graphics/src/graphics.cpp:2361–2364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2359 g_functions.m_DisableTexture(context, unit, texture);
2360 }
2361 uint32_t GetMaxTextureSize(HContext context)
2362 {
2363 return g_functions.m_GetMaxTextureSize(context);
2364 }
2365 void ReadPixels(HContext context, int32_t x, int32_t y, uint32_t width, uint32_t height, void* buffer, uint32_t buffer_size)
2366 {
2367 g_functions.m_ReadPixels(context, x, y, width, height, buffer, buffer_size);

Callers 6

CheckRenderTargetSizeFunction · 0.85
CompModelNewWorldFunction · 0.85
CreateMorphTargetTextureFunction · 0.85
AcquireResourcesFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68