| 1306 | } |
| 1307 | |
| 1308 | Result DrawDebug3d(HRenderContext context, const FrustumOptions* frustum_options) |
| 1309 | { |
| 1310 | if (!context->m_DebugRenderer.m_RenderContext) { |
| 1311 | return RESULT_INVALID_CONTEXT; |
| 1312 | } |
| 1313 | return DrawRenderList(context, &context->m_DebugRenderer.m_3dPredicate, 0, frustum_options, SORT_BACK_TO_FRONT); |
| 1314 | } |
| 1315 | |
| 1316 | HPredicate NewPredicate() |
| 1317 | { |