mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader: Implement DEQ instruction.
Source modifiers and immediate constants are not supported. Signed-off-by: Conor McCarthy <cmccarthy@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
committed by
Alexandre Julliard
parent
c1cd999079
commit
59cf70142a
@@ -103,6 +103,7 @@ static const char * const shader_opcode_names[] =
|
||||
/* VKD3DSIH_DEFAULT */ "default",
|
||||
/* VKD3DSIH_DEFB */ "defb",
|
||||
/* VKD3DSIH_DEFI */ "defi",
|
||||
/* VKD3DSIH_DEQ */ "deq",
|
||||
/* VKD3DSIH_DIV */ "div",
|
||||
/* VKD3DSIH_DP2 */ "dp2",
|
||||
/* VKD3DSIH_DP2ADD */ "dp2add",
|
||||
|
||||
Reference in New Issue
Block a user