Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
139
void CommandBuffer::SetClearColor(float r, float g, float b, float a)
140
{
141
native_->SetClearColor({ r, g, b, a });
142
}
143
144
void CommandBuffer::SetClearDepth(float depth)
145
{
Callers
15
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Run
Method · 0.45
Run
Method · 0.45
ExampleBase
Method · 0.45
EncodePrimaryCommandBuffer
Method · 0.45
Example_Animation
Method · 0.45
DrawSceneIntoTexture
Function · 0.45
DrawSceneOntoScreen
Function · 0.45
Example_StencilBuffer
Method · 0.45
Calls
no outgoing calls
Tested by
4
main
Function · 0.36
main
Function · 0.36
main
Function · 0.36
main
Function · 0.36