mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader/ir: Remove VKD3DSIH_DCL_UAV_TYPED instructions.
This commit is contained in:
Notes:
Henri Verbeet
2024-10-10 20:10:19 +02:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Henri Verbeet (@hverbeet) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1171
@@ -10538,7 +10538,6 @@ static int spirv_compiler_handle_instruction(struct spirv_compiler *compiler,
|
||||
case VKD3DSIH_DCL_RESOURCE_STRUCTURED:
|
||||
case VKD3DSIH_DCL_UAV_RAW:
|
||||
case VKD3DSIH_DCL_UAV_STRUCTURED:
|
||||
case VKD3DSIH_DCL_UAV_TYPED:
|
||||
case VKD3DSIH_HS_DECLS:
|
||||
case VKD3DSIH_NOP:
|
||||
/* nothing to do */
|
||||
|
Reference in New Issue
Block a user