Fix async draw wait labels type
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user