Closed FuXiii closed 4 months ago
@FuXiii In a recent version of the spec, we changed "Extending Physical Device Core Functionality" to say this:
There shouldn't be any ambiguity now. Both sections say that you have to check VkPhysicalDeviceProperties::apiVersion
and have supplied a high enough value for VkApplicationInfo::apiVersion
. The only thing that the "Extending Physical Device Core Functionality" section adds beyond that is explanatory text suggesting calling vkGetPhysicalDeviceProperties
, so there doesn't seem much value in linking between the two sections.
If we've missed something else, then I'm happy to address it, but I think we have already made the change requested here
Ok, fixed it perfect! Thanks! :)
The
Physical-device-level functionality valid Usage
describe maybe need add Extending Physical Device Core Functionality link as a supplement.The
Extending Physical Device Core Functionality
:Pseudocode may looks like:
Pseudocode may looks like:
According to the Extending Physical Device Core Functionality standards, there seems to be ambiguity with Valid Usage for Newer Core Versions
Ambiguity
: miss conditional judgment onVkApplicationInfo::apiVersion