| 2063 | g_functions.m_GetDefaultTextureFilters(context, out_min_filter, out_mag_filter); |
| 2064 | } |
| 2065 | void BeginFrame(HContext context) |
| 2066 | { |
| 2067 | g_functions.m_BeginFrame(context); |
| 2068 | } |
| 2069 | void Flip(HContext context) |
| 2070 | { |
| 2071 | g_functions.m_Flip(context); |
no outgoing calls