| 2067 | g_functions.m_BeginFrame(context); |
| 2068 | } |
| 2069 | void Flip(HContext context) |
| 2070 | { |
| 2071 | g_functions.m_Flip(context); |
| 2072 | } |
| 2073 | void Clear(HContext context, uint32_t flags, uint8_t red, uint8_t green, uint8_t blue, uint8_t alpha, float depth, uint32_t stencil) |
| 2074 | { |
| 2075 | g_functions.m_Clear(context, flags, red, green, blue, alpha, depth, stencil); |
no outgoing calls