Igalia / vkrunner

A shader script tester for Vulkan. Moved to https://gitlab.freedesktop.org/mesa/vkrunner
Other
43 stars 14 forks source link

Add way to enable features provided by extensions in [require] section #58

Closed bpeel closed 5 years ago

bpeel commented 5 years ago

Currently in the [require] section you can list the name of an extension or the name of a feature in the VkPhysicalDeviceFeatures struct. However, some extensions such as VK_KHR_shader_float16_int8 add optional features with their own features struct. Although we can request the extension in the [require] section, there’s currently no way to enable the actual feature.

bpeel commented 5 years ago

MR #59 has been merged, adding this feature.