| 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); |
| 2332 | } |
| 2333 | void DeleteTexture(HContext context, HTexture t) |
| 2334 | { |
| 2335 | g_functions.m_DeleteTexture(context, t); |
no outgoing calls