mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
vkd3d-shader/dxil: Handle DX intrinsic Tan in sm6_parser_emit_dx_unary().
This commit is contained in:
committed by
Alexandre Julliard
parent
2a260b8d56
commit
93d7c30395
Notes:
Alexandre Julliard
2024-01-25 23:10:02 +01:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/595
@@ -285,6 +285,7 @@ static const char * const shader_opcode_names[] =
|
||||
[VKD3DSIH_SWITCH ] = "switch",
|
||||
[VKD3DSIH_SWITCH_MONOLITHIC ] = "switch",
|
||||
[VKD3DSIH_SYNC ] = "sync",
|
||||
[VKD3DSIH_TAN ] = "tan",
|
||||
[VKD3DSIH_TEX ] = "texld",
|
||||
[VKD3DSIH_TEXBEM ] = "texbem",
|
||||
[VKD3DSIH_TEXBEML ] = "texbeml",
|
||||
|
Reference in New Issue
Block a user