VkCmdClearDepthStencilImage typedef

VkCmdClearDepthStencilImage = void Function(Pointer<VkCommandBuffer> commandBuffer, Pointer<VkImage> image, int imageLayout, Pointer<VkClearDepthStencilValue> pDepthStencil, int rangeCount, Pointer<VkImageSubresourceRange> pRanges)

Implementation

typedef VkCmdClearDepthStencilImage = void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Pointer<VkImage> image,
    int imageLayout,
    Pointer<VkClearDepthStencilValue> pDepthStencil,
    int rangeCount,
    Pointer<VkImageSubresourceRange> pRanges);