VkGetImageSubresourceLayout typedef

VkGetImageSubresourceLayout = void Function(Pointer<VkDevice> device, Pointer<VkImage> image, Pointer<VkImageSubresource> pSubresource, Pointer<VkSubresourceLayout> pLayout)

Implementation

typedef VkGetImageSubresourceLayout = void Function(
    Pointer<VkDevice> device,
    Pointer<VkImage> image,
    Pointer<VkImageSubresource> pSubresource,
    Pointer<VkSubresourceLayout> pLayout);