| 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); |
| 2348 | } |
| 2349 | uint32_t GetTextureResourceSize(HContext context, HTexture texture) |
| 2350 | { |
| 2351 | return g_functions.m_GetTextureResourceSize(context, texture); |
no outgoing calls