mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader: Introduce VKD3D_SHADER_TARGET_MSL.
This commit is contained in:
Notes:
Henri Verbeet
2024-09-12 18:55:53 +02:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Henri Verbeet (@hverbeet) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1055
@@ -1087,6 +1087,10 @@ enum vkd3d_shader_target_type
|
||||
* Output is a raw FX section without container. \since 1.11
|
||||
*/
|
||||
VKD3D_SHADER_TARGET_FX,
|
||||
/**
|
||||
* A 'Metal Shading Language' shader. \since 1.14
|
||||
*/
|
||||
VKD3D_SHADER_TARGET_MSL,
|
||||
|
||||
VKD3D_FORCE_32_BIT_ENUM(VKD3D_SHADER_TARGET_TYPE),
|
||||
};
|
||||
|
Reference in New Issue
Block a user