VkCmdClearAttachmentsNative typedef

VkCmdClearAttachmentsNative = Void Function(Pointer<VkCommandBuffer> commandBuffer, Uint32 attachmentCount, Pointer<VkClearAttachment> pAttachments, Uint32 rectCount, Pointer<VkClearRect> pRects)

Implementation

typedef VkCmdClearAttachmentsNative = Void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Uint32 attachmentCount,
    Pointer<VkClearAttachment> pAttachments,
    Uint32 rectCount,
    Pointer<VkClearRect> pRects);