Skip to content

Commit

Permalink
type update (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
hana-alice authored Aug 9, 2023
1 parent a31e5a9 commit 8f676b6
Show file tree
Hide file tree
Showing 2 changed files with 508 additions and 507 deletions.
3 changes: 2 additions & 1 deletion native/cocos/renderer/pipeline/custom/FGDispatcherTypes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ ResourceAccessGraph::ResourceAccessGraph(const allocator_type& alloc) noexcept
topologicalOrder(alloc),
resourceAccess(alloc),
movedTarget(alloc),
movedSourceStatus(alloc) {}
movedSourceStatus(alloc),
movedTargetStatus(alloc) {}

// ContinuousContainer
void ResourceAccessGraph::reserve(vertices_size_type sz) {
Expand Down
Loading

0 comments on commit 8f676b6

Please sign in to comment.