VkGetPhysicalDeviceCooperativeMatrixPropertiesNVNative typedef

VkGetPhysicalDeviceCooperativeMatrixPropertiesNVNative = Int32 Function(Pointer<VkPhysicalDevice> physicalDevice, Pointer<NativeType> pPropertyCount, Pointer<VkCooperativeMatrixPropertiesNV> pProperties)

Implementation

typedef VkGetPhysicalDeviceCooperativeMatrixPropertiesNVNative = Int32 Function(
    Pointer<VkPhysicalDevice> physicalDevice,
    Pointer pPropertyCount,
    Pointer<VkCooperativeMatrixPropertiesNV> pProperties);