mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-12-15 08:03:30 -08:00
vkd3d-shader/ir: Remove VSIR_OP_DCL_IMMEDIATE_CONSTANT_BUFFER instructions.
This commit is contained in:
Notes:
Henri Verbeet
2025-10-29 13:43:49 +01:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Henri Verbeet (@hverbeet) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1806
@@ -2477,6 +2477,7 @@ static enum vkd3d_result vsir_program_lower_instructions(struct vsir_program *pr
|
||||
case VSIR_OP_DCL:
|
||||
case VSIR_OP_DCL_CONSTANT_BUFFER:
|
||||
case VSIR_OP_DCL_GLOBAL_FLAGS:
|
||||
case VSIR_OP_DCL_IMMEDIATE_CONSTANT_BUFFER:
|
||||
case VSIR_OP_DCL_INPUT_PRIMITIVE:
|
||||
case VSIR_OP_DCL_OUTPUT_TOPOLOGY:
|
||||
case VSIR_OP_DCL_SAMPLER:
|
||||
|
||||
Reference in New Issue
Block a user