Function SecondaryCommandBuffer.beginWithinRenderPass
Switches the buffer to the "recording" state, acknowledging that the buffer will be executed within a render pass compatible with rp
abstract void beginWithinRenderPass
(
in const(CommandBufferUsage) usage,
RenderPass rp,
Framebuffer fb,
uint subpass = 0u
);