mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 00:38:48 +02:00
anv: enable storageInputOutput16
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40821>
This commit is contained in:
parent
46d42b63da
commit
0927de4631
1 changed files with 1 additions and 1 deletions
|
|
@ -491,7 +491,7 @@ get_features(const struct anv_physical_device *pdevice,
|
|||
.storageBuffer16BitAccess = !pdevice->instance->no_16bit,
|
||||
.uniformAndStorageBuffer16BitAccess = !pdevice->instance->no_16bit,
|
||||
.storagePushConstant16 = true,
|
||||
.storageInputOutput16 = false,
|
||||
.storageInputOutput16 = true,
|
||||
.multiview = true,
|
||||
.multiviewGeometryShader = true,
|
||||
.multiviewTessellationShader = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue