MCPcopy 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
462void VKCommandBuffer::SetClearColor(const ColorRGBAf& color)
463{
464 ToVkClearColor(clearColor_, color);
465}
466
467void VKCommandBuffer::SetClearDepth(float depth)
468{

Callers

nothing calls this directly

Calls 1

ToVkClearColorFunction · 0.85

Tested by

no test coverage detected