Skip to content

Zink: missing trifans support

Vulkan on MacOS (MoltenVK) does not support triangle fans. This is communicated via the portability EXTX extension. These commits (1) allow the device info script to load an extension that is not present at compile time on all systems and (2) get the portability features and check for fan support. (3) translate triangle fans into something else.

Merge request reports