VkGetPhysicalDeviceSparseImageFormatProperties2KHRNative typedef

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

Implementation

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