mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
turnip: enable inheritedQueries
Passes relevant CTS tests. Signed-off-by: Danylo Piliaiev <dpiliaiev@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8824>
This commit is contained in:
parent
ed7e6eb54b
commit
f0a76b2067
1 changed files with 1 additions and 1 deletions
|
|
@ -391,7 +391,7 @@ tu_GetPhysicalDeviceFeatures2(VkPhysicalDevice physicalDevice,
|
|||
.shaderInt16 = false,
|
||||
.sparseBinding = false,
|
||||
.variableMultisampleRate = false,
|
||||
.inheritedQueries = false,
|
||||
.inheritedQueries = true,
|
||||
};
|
||||
|
||||
vk_foreach_struct(ext, pFeatures->pNext)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue