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

Function GetNumSupportedExtensions

engine/graphics/src/graphics.cpp:2381–2384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2379 return g_functions.m_IsExtensionSupported(context, extension);
2380 }
2381 uint32_t GetNumSupportedExtensions(HContext context)
2382 {
2383 return g_functions.m_GetNumSupportedExtensions(context);
2384 }
2385 const char* GetSupportedExtension(HContext context, uint32_t index)
2386 {
2387 return g_functions.m_GetSupportedExtension(context, index);

Callers 1

Graphics_GetAdapterInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected