VkGetPhysicalDeviceSparseImageFormatProperties2 typedef

VkGetPhysicalDeviceSparseImageFormatProperties2 = void Function(Pointer<VkPhysicalDevice> physicalDevice, Pointer<VkPhysicalDeviceSparseImageFormatInfo2> pFormatInfo, Pointer<NativeType> pPropertyCount, Pointer<VkSparseImageFormatProperties2> pProperties)

Implementation

typedef VkGetPhysicalDeviceSparseImageFormatProperties2 = void Function(
    Pointer<VkPhysicalDevice> physicalDevice,
    Pointer<VkPhysicalDeviceSparseImageFormatInfo2> pFormatInfo,
    Pointer pPropertyCount,
    Pointer<VkSparseImageFormatProperties2> pProperties);