| 2409 | return g_functions.m_IsAssetHandleValid(context, asset_handle); |
| 2410 | } |
| 2411 | void InvalidateGraphicsHandles(HContext context) |
| 2412 | { |
| 2413 | g_functions.m_InvalidateGraphicsHandles(context); |
| 2414 | } |
| 2415 | void GetViewport(HContext context, int32_t* x, int32_t* y, uint32_t* width, uint32_t* height) |
| 2416 | { |
| 2417 | g_functions.m_GetViewport(context, x, y, width, height); |