get_physical_device_properties2 has a different function signature than get_physical_device_properties
According to the Docs, they both have the same signature,
The difference in vulkanalia being that it automatically handles the creation of the properties object for v1, but not v2
It appears to be the same for other "query device v2" functions
is this intentional?
get_physical_device_properties2has a different function signature thanget_physical_device_propertiesAccording to the Docs, they both have the same signature,
The difference in vulkanalia being that it automatically handles the creation of the properties object for v1, but not v2
It appears to be the same for other "query device v2" functions
is this intentional?