mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
libs/vkd3d-shader: Implement floating-point comparison instructions.
This commit is contained in:
@ -357,6 +357,7 @@ enum vkd3d_component_type
|
||||
VKD3D_TYPE_UINT = 1,
|
||||
VKD3D_TYPE_INT = 2,
|
||||
VKD3D_TYPE_FLOAT = 3,
|
||||
VKD3D_TYPE_BOOL,
|
||||
VKD3D_TYPE_COUNT,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user