| 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); |
| 2076 | } |
| 2077 | HVertexBuffer NewVertexBuffer(HContext context, uint32_t size, const void* data, BufferUsage buffer_usage) |
| 2078 | { |
| 2079 | return g_functions.m_NewVertexBuffer(context, size, data, buffer_usage); |
no outgoing calls