| 2335 | g_functions.m_DeleteTexture(context, t); |
| 2336 | } |
| 2337 | void SetTexture(HContext context, HTexture texture, const TextureParams& params) |
| 2338 | { |
| 2339 | g_functions.m_SetTexture(context, texture, params); |
| 2340 | } |
| 2341 | void SetTextureAsync(HContext context, HTexture texture, const TextureParams& params, SetTextureAsyncCallback callback, void* user_data) |
| 2342 | { |
| 2343 | g_functions.m_SetTextureAsync(context, texture, params, callback, user_data); |
no outgoing calls