VkGetPhysicalDeviceExternalImageFormatPropertiesNVNative typedef

VkGetPhysicalDeviceExternalImageFormatPropertiesNVNative = Int32 Function(Pointer<VkPhysicalDevice> physicalDevice, Int32 format, Int32 type, Int32 tiling, Uint32 usage, Uint32 flags, Uint32 externalHandleType, Pointer<VkExternalImageFormatPropertiesNV> pExternalImageFormatProperties)

Implementation

typedef VkGetPhysicalDeviceExternalImageFormatPropertiesNVNative
    = Int32 Function(
        Pointer<VkPhysicalDevice> physicalDevice,
        Int32 format,
        Int32 type,
        Int32 tiling,
        Uint32 usage,
        Uint32 flags,
        Uint32 externalHandleType,
        Pointer<VkExternalImageFormatPropertiesNV>
            pExternalImageFormatProperties);