MCPcopy Create free account
hub / github.com/DavidColson/Polybox / SetClearColor

Function SetClearColor

source/graphics.cpp:803–805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

801// ***********************************************************************
802
803void SetClearColor(Vec4f color) {
804 pRenderState->passCore3DScene.action.colors[0].clear_value = { color.x, color.y, color.z, color.w };
805}
806
807// ***********************************************************************
808

Callers 1

LuaSetClearColorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected