| 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); |
no outgoing calls
no test coverage detected