MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / CommandBuffer

Method CommandBuffer

framework/core/command_buffer.h:105–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 void begin(CommandBufferUsageFlagsType flags, CommandBuffer<bindingType> *primary_cmd_buf = nullptr);
104
105 /**
106 * @brief Sets the command buffer so that it is ready for recording
107 * If it is a secondary command buffer, pointers to the
108 * render pass and framebuffer as well as subpass index must be provided

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected