VkGetPhysicalDeviceImageFormatPropertiesNative typedef

VkGetPhysicalDeviceImageFormatPropertiesNative = Int32 Function(Pointer<VkPhysicalDevice> physicalDevice, Int32 format, Int32 type, Int32 tiling, Uint32 usage, Uint32 flags, Pointer<VkImageFormatProperties> pImageFormatProperties)

Implementation

typedef VkGetPhysicalDeviceImageFormatPropertiesNative = Int32 Function(
    Pointer<VkPhysicalDevice> physicalDevice,
    Int32 format,
    Int32 type,
    Int32 tiling,
    Uint32 usage,
    Uint32 flags,
    Pointer<VkImageFormatProperties> pImageFormatProperties);