mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader: Implement DMIN 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
44a3ebb77c
commit
74a9a0b167
@@ -109,6 +109,7 @@ static const char * const shader_opcode_names[] =
|
||||
/* VKD3DSIH_DIV */ "div",
|
||||
/* VKD3DSIH_DLT */ "dlt",
|
||||
/* VKD3DSIH_DMAX */ "dmax",
|
||||
/* VKD3DSIH_DMIN */ "dmin",
|
||||
/* VKD3DSIH_DMOV */ "dmov",
|
||||
/* VKD3DSIH_DNE */ "dne",
|
||||
/* VKD3DSIH_DP2 */ "dp2",
|
||||
|
||||
Reference in New Issue
Block a user