MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / DLParser_SetPrimDepth

Function DLParser_SetPrimDepth

Source/HLEGraphics/DLParser.cpp:767–775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

765//
766//*****************************************************************************
767void 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//

Callers

nothing calls this directly

Calls 1

SetPrimitiveDepthMethod · 0.80

Tested by

no test coverage detected