google / amber

Amber is a multi-API shader test framework
Apache License 2.0
193 stars 65 forks source link

Improve device feature check #954

Closed ilkkasaa closed 3 years ago

ilkkasaa commented 3 years ago

Some of the device features were not checked if they are supported on the device being used. This caused vkCreateDevice to fail without any error message.

This commit adds the support check for the remaining device features listed in the amber_script.md. Also adds missing required extensions to tests/cases/float16.amber.

Fixes #953