mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -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
@@ -217,6 +217,7 @@ enum vkd3d_shader_opcode
|
||||
VKD3DSIH_DSY,
|
||||
VKD3DSIH_DSY_COARSE,
|
||||
VKD3DSIH_DSY_FINE,
|
||||
VKD3DSIH_DTOF,
|
||||
VKD3DSIH_ELSE,
|
||||
VKD3DSIH_EMIT,
|
||||
VKD3DSIH_EMIT_STREAM,
|
||||
|
||||
Reference in New Issue
Block a user