VkCmdClearColorImageNative typedef

VkCmdClearColorImageNative = Void Function(Pointer<VkCommandBuffer> commandBuffer, Pointer<VkImage> image, Int32 imageLayout, Pointer<VkClearColorValue> pColor, Uint32 rangeCount, Pointer<VkImageSubresourceRange> pRanges)

Implementation

typedef VkCmdClearColorImageNative = Void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Pointer<VkImage> image,
    Int32 imageLayout,
    Pointer<VkClearColorValue> pColor,
    Uint32 rangeCount,
    Pointer<VkImageSubresourceRange> pRanges);