mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
vkd3d-shader: Implement DRCP 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
6656a92c45
commit
c3363faba2
@@ -119,6 +119,7 @@ static const char * const shader_opcode_names[] =
|
||||
/* VKD3DSIH_DP2ADD */ "dp2add",
|
||||
/* VKD3DSIH_DP3 */ "dp3",
|
||||
/* VKD3DSIH_DP4 */ "dp4",
|
||||
/* VKD3DSIH_DRCP */ "drcp",
|
||||
/* VKD3DSIH_DST */ "dst",
|
||||
/* VKD3DSIH_DSX */ "dsx",
|
||||
/* VKD3DSIH_DSX_COARSE */ "deriv_rtx_coarse",
|
||||
|
Reference in New Issue
Block a user