mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-06 01:40:26 +01:00
kk: Enable vertexPipelineStoresAndAtomics
Signed-off-by: Aitor Camacho <aitor@lunarg.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38880>
This commit is contained in:
parent
079377c767
commit
a8fac76ea6
1 changed files with 1 additions and 0 deletions
|
|
@ -183,6 +183,7 @@ kk_get_device_features(
|
|||
.textureCompressionASTC_LDR = true,
|
||||
.textureCompressionBC = true,
|
||||
.textureCompressionETC2 = true,
|
||||
.vertexPipelineStoresAndAtomics = true,
|
||||
|
||||
/* Vulkan 1.1 */
|
||||
.multiview = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue