mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
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:
parent
ccbf9b0ea7
commit
705e646e38
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue