VkGetPhysicalDeviceCooperativeMatrixPropertiesNV typedef

VkGetPhysicalDeviceCooperativeMatrixPropertiesNV = int Function(Pointer<VkPhysicalDevice> physicalDevice, Pointer<NativeType> pPropertyCount, Pointer<VkCooperativeMatrixPropertiesNV> pProperties)

Implementation

typedef VkGetPhysicalDeviceCooperativeMatrixPropertiesNV = int Function(
    Pointer<VkPhysicalDevice> physicalDevice,
    Pointer pPropertyCount,
    Pointer<VkCooperativeMatrixPropertiesNV> pProperties);