Minor improvements

This commit is contained in:
Wojtek Figat
2022-11-10 23:45:58 +01:00
parent 4ba1531cda
commit aa978ce0e4
3 changed files with 6 additions and 7 deletions

View File

@@ -470,7 +470,7 @@ API_STRUCT(NoDefault) struct RenderContextBatch
/// <summary>
/// The Job System labels to wait on, after draw calls collecting.
/// </summary>
API_FIELD() Array<int64, InlinedAllocation<8>> WaitLabels;
API_FIELD() Array<uint64, InlinedAllocation<8>> WaitLabels;
RenderContextBatch() = default;
RenderContextBatch(SceneRenderTask* task);