| 2299 | g_functions.m_SetCullFace(context, face_type); |
| 2300 | } |
| 2301 | void SetFaceWinding(HContext context, FaceWinding face_winding) |
| 2302 | { |
| 2303 | g_functions.m_SetFaceWinding(context, face_winding); |
| 2304 | } |
| 2305 | void SetPolygonOffset(HContext context, float factor, float units) |
| 2306 | { |
| 2307 | g_functions.m_SetPolygonOffset(context, factor, units); |
no outgoing calls