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

Function IsTextureFormatSupported

engine/graphics/src/graphics.cpp:2325–2328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2323 g_functions.m_SetRenderTargetSize(context, render_target, width, height);
2324 }
2325 bool IsTextureFormatSupported(HContext context, TextureFormat format)
2326 {
2327 return g_functions.m_IsTextureFormatSupported(context, format);
2328 }
2329 HTexture NewTexture(HContext context, const TextureCreationParams& params)
2330 {
2331 return g_functions.m_NewTexture(context, params);

Callers 2

TEST_FFunction · 0.50

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.40