Fix async draw wait labels type

This commit is contained in:
Wojtek Figat
2025-08-05 12:28:29 +02:00
parent 761ea094d6
commit a1a6d4738f
4 changed files with 4 additions and 4 deletions

View File

@@ -513,7 +513,7 @@ API_STRUCT(NoDefault) struct RenderContextBatch
/// <summary>
/// The Job System labels to wait on, after draw calls collecting.
/// </summary>
API_FIELD() Array<uint64, InlinedAllocation<8>> WaitLabels;
API_FIELD() Array<int64, InlinedAllocation<8>> WaitLabels;
/// <summary>
/// Enables using async tasks via Job System when performing drawing.