Skip to content

Commit

Permalink
Merge pull request #2178 from AdamFelt/adsk/bugfix/ExportTaskSync
Browse files Browse the repository at this point in the history
Export the Sync function in HdTask to allow for custom render task creation and use.

(Internal change: 2263703)
  • Loading branch information
pixar-oss committed Feb 21, 2023
2 parents 9d0dfb7 + 0a23629 commit b38ec7f
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 b38ec7f

Please sign in to comment.