mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 11:00:11 +01:00
nvk: Enable inheritedQueries
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
parent
0e84eb35e2
commit
d1b9441a8e
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ nvk_GetPhysicalDeviceFeatures2(VkPhysicalDevice physicalDevice,
|
|||
/* TODO: sparseResidency* */
|
||||
/* TODO: variableMultisampleRate */
|
||||
/* TODO: inheritedQueries */
|
||||
.inheritedQueries = true,
|
||||
};
|
||||
|
||||
VkPhysicalDeviceVulkan11Features core_1_1 = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue