VkCmdClearAttachments typedef

VkCmdClearAttachments = void Function(Pointer<VkCommandBuffer> commandBuffer, int attachmentCount, Pointer<VkClearAttachment> pAttachments, int rectCount, Pointer<VkClearRect> pRects)

Implementation

typedef VkCmdClearAttachments = void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    int attachmentCount,
    Pointer<VkClearAttachment> pAttachments,
    int rectCount,
    Pointer<VkClearRect> pRects);