MCPcopy Create free account
hub / github.com/Nadrin/Quartz / CommandBuffer

Method CommandBuffer

src/raytrace/renderers/vulkan/commandbuffer.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11namespace Vulkan {
12
13CommandBuffer::CommandBuffer(VkCommandBuffer commandBuffer)
14{
15 handle = commandBuffer;
16}
17
18Result CommandBuffer::begin(VkCommandBufferUsageFlags flags, const VkCommandBufferInheritanceInfo *inheritanceInfo) const
19{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected