mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-01-28 13:05:02 -08:00
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:
parent
f276cbd821
commit
fcf36f56c5
@ -591,6 +591,9 @@ enum vkd3d_shader_target_type
|
|||||||
*/
|
*/
|
||||||
VKD3D_SHADER_TARGET_SPIRV_BINARY,
|
VKD3D_SHADER_TARGET_SPIRV_BINARY,
|
||||||
VKD3D_SHADER_TARGET_SPIRV_TEXT,
|
VKD3D_SHADER_TARGET_SPIRV_TEXT,
|
||||||
|
/**
|
||||||
|
* Direct3D shader assembly. \since 1.3
|
||||||
|
*/
|
||||||
VKD3D_SHADER_TARGET_D3D_ASM,
|
VKD3D_SHADER_TARGET_D3D_ASM,
|
||||||
/**
|
/**
|
||||||
* Legacy Direct3D byte-code. This is the format used for Direct3D shader
|
* Legacy Direct3D byte-code. This is the format used for Direct3D shader
|
||||||
|
Loading…
x
Reference in New Issue
Block a user