VkGetPhysicalDeviceSparseImageFormatPropertiesNative typedef

VkGetPhysicalDeviceSparseImageFormatPropertiesNative = Void Function(Pointer<VkPhysicalDevice> physicalDevice, Int32 format, Int32 type, Int32 samples, Uint32 usage, Int32 tiling, Pointer<NativeType> pPropertyCount, Pointer<VkSparseImageFormatProperties> pProperties)

Implementation

typedef VkGetPhysicalDeviceSparseImageFormatPropertiesNative = Void Function(
    Pointer<VkPhysicalDevice> physicalDevice,
    Int32 format,
    Int32 type,
    Int32 samples,
    Uint32 usage,
    Int32 tiling,
    Pointer pPropertyCount,
    Pointer<VkSparseImageFormatProperties> pProperties);