spirv_to_dxil: add missing SPIR-V capabilities
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30776>
This commit is contained in:
@@ -36,6 +36,8 @@
|
||||
|
||||
static const struct spirv_capabilities
|
||||
spirv_caps = {
|
||||
.Shader = true,
|
||||
.Geometry = true,
|
||||
.DrawParameters = true,
|
||||
.MultiView = true,
|
||||
.GroupNonUniform = true,
|
||||
@@ -72,6 +74,7 @@ spirv_caps = {
|
||||
.StorageTexelBufferArrayNonUniformIndexingEXT = true,
|
||||
.StorageImageReadWithoutFormat = true,
|
||||
.StorageImageWriteWithoutFormat = true,
|
||||
.ImageQuery = true,
|
||||
.Int64 = true,
|
||||
.Float64 = true,
|
||||
.Tessellation = true,
|
||||
|
||||
Reference in New Issue
Block a user