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
@@ -331,6 +331,7 @@ enum vkd3d_sm4_opcode
|
||||
VKD3D_SM5_OP_DCL_GS_INSTANCES = 0xce,
|
||||
VKD3D_SM5_OP_DDIV = 0xd2,
|
||||
VKD3D_SM5_OP_DFMA = 0xd3,
|
||||
VKD3D_SM5_OP_DRCP = 0xd4,
|
||||
};
|
||||
|
||||
enum vkd3d_sm4_instruction_modifier
|
||||
|
Reference in New Issue
Block a user