mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
vkd3d-shader/hlsl: Implement the InterlockedCompareStore() intrinsic.
This commit is contained in:
Notes:
Henri Verbeet
2025-01-20 16:18:51 +01:00
Approved-by: Henri Verbeet (@hverbeet) Approved-by: Elizabeth Figura (@zfigura) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1330
@@ -4027,6 +4027,7 @@ static void tpf_handle_instruction(struct tpf_compiler *tpf, const struct vkd3d_
|
||||
|
||||
case VKD3DSIH_ADD:
|
||||
case VKD3DSIH_ATOMIC_AND:
|
||||
case VKD3DSIH_ATOMIC_CMP_STORE:
|
||||
case VKD3DSIH_ATOMIC_IADD:
|
||||
case VKD3DSIH_AND:
|
||||
case VKD3DSIH_BREAK:
|
||||
|
Reference in New Issue
Block a user