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