mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
vkd3d-shader: Implement DADD 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
2f09f1d359
commit
eb804a5a9f
@@ -59,6 +59,7 @@ static const char * const shader_opcode_names[] =
|
||||
/* VKD3DSIH_CRS */ "crs",
|
||||
/* VKD3DSIH_CUT */ "cut",
|
||||
/* VKD3DSIH_CUT_STREAM */ "cut_stream",
|
||||
/* VKD3DSIH_DADD */ "dadd",
|
||||
/* VKD3DSIH_DCL */ "dcl",
|
||||
/* VKD3DSIH_DCL_CONSTANT_BUFFER */ "dcl_constantBuffer",
|
||||
/* VKD3DSIH_DCL_FUNCTION_BODY */ "dcl_function_body",
|
||||
|
Reference in New Issue
Block a user