| 596 | } |
| 597 | |
| 598 | bool RenderDraw_DisableDepthState(const DisableDepthStateCmd &, RenderState *state) |
| 599 | { |
| 600 | return RenderState_SetDepthEnabled(state, false); |
| 601 | } |
| 602 | |
| 603 | bool RenderDraw_EnableDepthState(const EnableDepthStateCmd &, RenderState *state) |
| 604 | { |
no test coverage detected