| 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); |
| 2344 | } |
| 2345 | void SetTextureParams(HContext context, HTexture texture, TextureFilter minfilter, TextureFilter magfilter, TextureWrap uwrap, TextureWrap vwrap, float max_anisotropy) |
| 2346 | { |
| 2347 | g_functions.m_SetTextureParams(context, texture, minfilter, magfilter, uwrap, vwrap, max_anisotropy); |
no outgoing calls