mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
vkd3d-shader: Implement DTOF 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
821389d274
commit
580747b224
@@ -128,6 +128,7 @@ static const char * const shader_opcode_names[] =
|
||||
/* VKD3DSIH_DSY */ "dsy",
|
||||
/* VKD3DSIH_DSY_COARSE */ "deriv_rty_coarse",
|
||||
/* VKD3DSIH_DSY_FINE */ "deriv_rty_fine",
|
||||
/* VKD3DSIH_DTOF */ "dtof",
|
||||
/* VKD3DSIH_ELSE */ "else",
|
||||
/* VKD3DSIH_EMIT */ "emit",
|
||||
/* VKD3DSIH_EMIT_STREAM */ "emit_stream",
|
||||
|
Reference in New Issue
Block a user