mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader: Implement DDIV 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
25b559ba25
commit
6656a92c45
@@ -329,6 +329,7 @@ enum vkd3d_sm4_opcode
|
||||
VKD3D_SM5_OP_EVAL_SAMPLE_INDEX = 0xcc,
|
||||
VKD3D_SM5_OP_EVAL_CENTROID = 0xcd,
|
||||
VKD3D_SM5_OP_DCL_GS_INSTANCES = 0xce,
|
||||
VKD3D_SM5_OP_DDIV = 0xd2,
|
||||
VKD3D_SM5_OP_DFMA = 0xd3,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user