microsoft/compiler: Fix SM6.6 non-bindless handle annotation for UAV counter

Counter bool is 8, not 6.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27708>
This commit is contained in:
Jesse Natalie 2024-02-20 23:50:15 +00:00 committed by Marge Bot
parent ccbf9b0ea7
commit 705e646e38

View file

@ -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: