Skip to content

Commit

Permalink
Export Sync function in Task
Browse files Browse the repository at this point in the history
  • Loading branch information
erikaharrison-adsk committed Jan 19, 2023
1 parent 59eaff4 commit 0a23629
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pxr/imaging/hdx/task.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ class HdxTask : public HdTask
/// classes can't override it and instead override _Sync.
/// This 'non-virtual interface'-like pattern allows us to ensure we always
/// initialized Hgi during the Sync task so derived classes don't have to.
HDX_API
void Sync(
HdSceneDelegate* delegate,
HdTaskContext* ctx,
Expand Down

0 comments on commit 0a23629

Please sign in to comment.