vkd3d-shader: Add a description for VKD3D_SHADER_TARGET_D3D_ASM.

Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Henri Verbeet 2022-03-02 19:06:21 +01:00 committed by Alexandre Julliard
parent f276cbd821
commit fcf36f56c5

View File

@ -591,6 +591,9 @@ enum vkd3d_shader_target_type
*/
VKD3D_SHADER_TARGET_SPIRV_BINARY,
VKD3D_SHADER_TARGET_SPIRV_TEXT,
/**
* Direct3D shader assembly. \since 1.3
*/
VKD3D_SHADER_TARGET_D3D_ASM,
/**
* Legacy Direct3D byte-code. This is the format used for Direct3D shader