KhronosGroup / Vulkan-Samples

One stop solution for all Vulkan samples
Apache License 2.0
4.34k stars 648 forks source link

Allow dynamic_blending sample to work in more cases #825

Closed gary-sweet closed 1 year ago

gary-sweet commented 1 year ago

Description

Allow dynamic_blending sample to work on more hardware. Feature support is checked and functionality reduced where applicable rather than just not running. This now runs on my hardware (which doesn't support dynamic advanced blending changes).

General Checklist:

Please ensure the following points are checked:

gary-sweet commented 1 year ago

Good catch. I've added the missing guard around that now.