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

Function Front

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

Source from the content-addressed store, hash-verified

21}
22
23inline void Front()
24{
25 glEnable(GL_CULL_FACE);
26 glCullFace(GL_FRONT);
27}
28
29inline void None()
30{

Callers 2

RenderCascadeArrayFunction · 0.85
ApplyPipelineMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected