summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Natalie <jenatali@microsoft.com>2024-02-20 23:44:43 +0000
committerJesse Natalie <jenatali@microsoft.com>2024-02-20 23:44:43 +0000
commitfd30d9199e2a4989e41f13b0ebedcd31d77367b9 (patch)
tree1564ea7a624605996d03ba3e584eb00eee03363e
parent1497f4e0c2c416db4c478390b98cdff8b141aa70 (diff)
Update file dxil_module.cuav-counter-meta
-rw-r--r--src/microsoft/compiler/dxil_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microsoft/compiler/dxil_module.c b/src/microsoft/compiler/dxil_module.c
index 9f6f29b75d6..176d570bc85 100644
--- a/src/microsoft/compiler/dxil_module.c
+++ b/src/microsoft/compiler/dxil_module.c
@@ -2002,7 +2002,7 @@ fill_res_props_dwords(uint32_t dwords[2],
dwords[0] = get_basic_srv_uav_res_props_dword(true,
get_int_from_mdnode(mdnode, 9),
get_int_from_mdnode(mdnode, 7),
- get_int_from_mdnode(mdnode, 6),
+ get_int_from_mdnode(mdnode, 8),
kind);
break;
case DXIL_RESOURCE_CLASS_CBV: