Skip to content
Snippets Groups Projects
Commit 5082893e authored by Conor McCarthy's avatar Conor McCarthy Committed by Alexandre Julliard
Browse files

vkd3d-shader/spirv: Always use a 64-bit write mask for IMMCONST64 src params.

There is no way to tell in spirv_compiler_emit_load_reg() if the write
mask is 64-bit. All loads are 32-bit except for IMMCONST64 and SSA, and
the latter ignores the mask, so the only issue lies with IMMCONST64.
parent 13143700
No related branches found
No related tags found
1 merge request!675tests/shader-runner: Add a raw UAV test.
Pipeline #23467 skipped
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment