| 3694 | } |
| 3695 | |
| 3696 | void PixelGameEngine::HW3D_EnableDepthTest(const bool bEnableDepth) |
| 3697 | { |
| 3698 | bHW3DDepthTest = bEnableDepth; |
| 3699 | } |
| 3700 | |
| 3701 | void PixelGameEngine::HW3D_SetCullMode(const olc::CullMode mode) |
| 3702 | { |
nothing calls this directly
no outgoing calls
no test coverage detected