MCPcopy Create free account
hub / github.com/defold/defold / SetFaceWinding

Function SetFaceWinding

engine/graphics/src/graphics.cpp:2301–2304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2299 g_functions.m_SetCullFace(context, face_type);
2300 }
2301 void SetFaceWinding(HContext context, FaceWinding face_winding)
2302 {
2303 g_functions.m_SetFaceWinding(context, face_winding);
2304 }
2305 void SetPolygonOffset(HContext context, float factor, float units)
2306 {
2307 g_functions.m_SetPolygonOffset(context, factor, units);

Callers 2

TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68