vkd3d-shader/ir: Compute the loops in the control flow graph.

This commit is contained in:
Giovanni Mascellani
2024-01-30 15:55:12 +01:00
committed by Alexandre Julliard
parent de15f55477
commit 9ac842b36b
Notes: Alexandre Julliard 2024-03-07 23:22:05 +01:00
Approved-by: Giovanni Mascellani (@giomasce)
Approved-by: Conor McCarthy (@cmccarthy)
Approved-by: Henri Verbeet (@hverbeet)
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/662
2 changed files with 94 additions and 1 deletions

View File

@@ -41,6 +41,8 @@ enum vkd3d_result
{
/** Success. */
VKD3D_OK = 0,
/** Success as a result of there being nothing to do. */
VKD3D_FALSE = 1,
/** An unspecified failure occurred. */
VKD3D_ERROR = -1,
/** There are not enough resources available to complete the operation. */