mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
vkd3d-shader: Implement ITOD 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
88c08df03b
commit
3623a99cf6
@@ -189,6 +189,7 @@ static const char * const shader_opcode_names[] =
|
||||
/* VKD3DSIH_INEG */ "ineg",
|
||||
/* VKD3DSIH_ISHL */ "ishl",
|
||||
/* VKD3DSIH_ISHR */ "ishr",
|
||||
/* VKD3DSIH_ITOD */ "itod",
|
||||
/* VKD3DSIH_ITOF */ "itof",
|
||||
/* VKD3DSIH_LABEL */ "label",
|
||||
/* VKD3DSIH_LD */ "ld",
|
||||
|
Reference in New Issue
Block a user