googlestadia / PorQue4K

Los arcoiris son mejores en 4K. #BlackLivesMatter
Apache License 2.0
20 stars 7 forks source link

Make AMD_shader_core_properties optional #40

Closed robbiesri closed 4 years ago

robbiesri commented 4 years ago

Previously, if you were on an AMD GPU, vkex required AMD_shader_core_properties. If the extension happens to be missing, the app will no longer error out.

There is another point (in PhysicalDevice creation) where the props are checked. In that code, it uses CreateDevice, but can absorb the failure fine.