mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader/ir: Compute the loops in the control flow graph.
This commit is contained in:
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
@@ -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. */
|
||||
|
Reference in New Issue
Block a user