MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / SetClearColor

Method SetClearColor

deps/LLGL/wrapper/CSharp/CsCommandBuffer.cpp:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void CommandBuffer::SetClearColor(float r, float g, float b, float a)
140{
141 native_->SetClearColor({ r, g, b, a });
142}
143
144void CommandBuffer::SetClearDepth(float depth)
145{

Callers 15

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
RunMethod · 0.45
RunMethod · 0.45
ExampleBaseMethod · 0.45
Example_AnimationMethod · 0.45
DrawSceneIntoTextureFunction · 0.45
DrawSceneOntoScreenFunction · 0.45
Example_StencilBufferMethod · 0.45

Calls

no outgoing calls

Tested by 4

mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36