mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader: Propagate errors from vkd3d_dxbc_compiler_emit_control_flow_instruction().
Signed-off-by: Józef Kucia <jkucia@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
b909a5fe04
commit
bec3430d88
@@ -34,7 +34,8 @@ enum vkd3d_result
|
||||
VKD3D_ERROR = -1, /* unspecified failure */
|
||||
VKD3D_ERROR_OUT_OF_MEMORY = -2,
|
||||
VKD3D_ERROR_INVALID_ARGUMENT = -3,
|
||||
VKD3D_ERROR_NOT_IMPLEMENTED = -4,
|
||||
VKD3D_ERROR_INVALID_SHADER = -4,
|
||||
VKD3D_ERROR_NOT_IMPLEMENTED = -5,
|
||||
|
||||
VKD3D_FORCE_32_BIT_ENUM(VKD3D_RESULT),
|
||||
};
|
||||
|
Reference in New Issue
Block a user