MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / HW3D_EnableDepthTest

Method HW3D_EnableDepthTest

olcPixelGameEngine.h:3696–3699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected