mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
vkd3d-shader: Implement DLT instruction.
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
df60cffef1
commit
4ea3da3067
@@ -107,6 +107,7 @@ static const char * const shader_opcode_names[] =
|
||||
/* VKD3DSIH_DEQ */ "deq",
|
||||
/* VKD3DSIH_DGE */ "dge",
|
||||
/* VKD3DSIH_DIV */ "div",
|
||||
/* VKD3DSIH_DLT */ "dlt",
|
||||
/* VKD3DSIH_DMOV */ "dmov",
|
||||
/* VKD3DSIH_DP2 */ "dp2",
|
||||
/* VKD3DSIH_DP2ADD */ "dp2add",
|
||||
|
Reference in New Issue
Block a user