MCPcopy Create free account
hub / github.com/crossuo/crossuo / RenderDraw_DisableDepthState

Function RenderDraw_DisableDepthState

src/Renderer/RenderDraw.cpp:598–601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

RenderAdd_DisableDepthFunction · 0.85

Calls 1

Tested by

no test coverage detected