| 2355 | g_functions.m_EnableTexture(context, unit, id_index, texture); |
| 2356 | } |
| 2357 | void DisableTexture(HContext context, uint32_t unit, HTexture texture) |
| 2358 | { |
| 2359 | g_functions.m_DisableTexture(context, unit, texture); |
| 2360 | } |
| 2361 | uint32_t GetMaxTextureSize(HContext context) |
| 2362 | { |
| 2363 | return g_functions.m_GetMaxTextureSize(context); |
no outgoing calls