| 765 | // |
| 766 | //***************************************************************************** |
| 767 | void DLParser_SetPrimDepth( MicroCodeCommand command ) |
| 768 | { |
| 769 | #ifdef DAEDALUS_DEBUG_DISPLAYLIST |
| 770 | DL_PF(" SetPrimDepth z[0x%04x] dz[0x%04x]", |
| 771 | command.primdepth.z, command.primdepth.dz); |
| 772 | #endif |
| 773 | |
| 774 | gRenderer->SetPrimitiveDepth( command.primdepth.z ); |
| 775 | } |
| 776 | |
| 777 | //***************************************************************************** |
| 778 | // |
nothing calls this directly
no test coverage detected