Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RavEngine/RavEngine
/ SetClearColor
Method
SetClearColor
deps/LLGL/sources/Renderer/Vulkan/VKCommandBuffer.cpp:462–465 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
460
}
461
462
void VKCommandBuffer::SetClearColor(const ColorRGBAf& color)
463
{
464
ToVkClearColor(clearColor_, color);
465
}
466
467
void VKCommandBuffer::SetClearDepth(float depth)
468
{
Callers
nothing calls this directly
Calls
1
ToVkClearColor
Function · 0.85
Tested by
no test coverage detected