VkCmdBeginRenderingNative typedef

VkCmdBeginRenderingNative = Void Function(Pointer<VkCommandBuffer> commandBuffer, Pointer<VkRenderingInfo> pRenderingInfo)

Implementation

typedef VkCmdBeginRenderingNative = Void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Pointer<VkRenderingInfo> pRenderingInfo);