VkCmdBeginRenderingKHR typedef

VkCmdBeginRenderingKHR = void Function(Pointer<VkCommandBuffer> commandBuffer, Pointer<VkRenderingInfo> pRenderingInfo)

Implementation

typedef VkCmdBeginRenderingKHR = void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Pointer<VkRenderingInfo> pRenderingInfo);