MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / FrontFaceCCW

Function FrontFaceCCW

engine/Poseidon/Graphics/Core/GLCullState.hpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 glFrontFace(GL_CW);
41}
42inline void FrontFaceCCW()
43{
44 glFrontFace(GL_CCW);
45}
46
47} // namespace render::cull
48

Callers 1

ApplyPipelineMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected