You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently gen_profiles_tests.py is setting the format feature bits randomly
It would be nice to have a "max value" version where each format has all the feature bits possible set. There will need to be some exceptions, here is my break down I think should work
Currently
gen_profiles_tests.py
is setting the format feature bits randomlyIt would be nice to have a "max value" version where each format has all the feature bits possible set. There will need to be some exceptions, here is my break down I think should work
<format>
has<component name="D"
or<component name="S"
)<format>
has a<plane>
)Any Vendor Format Features can just be ignored IMO
I would only generate the
VkFormatProperties3
too as it will be the super set ofVkFormatProperties
The text was updated successfully, but these errors were encountered: