HDK
|
#include <renderSetupTask.h>
Public Member Functions | |
HDX_API | HdxRenderSetupTask (HdSceneDelegate *delegate, SdfPath const &id) |
HDX_API | ~HdxRenderSetupTask () override |
HDX_API void | SyncParams (HdSceneDelegate *delegate, HdxRenderTaskParams const ¶ms) |
HDX_API void | PrepareCamera (HdRenderIndex *renderIndex) |
HdRenderPassStateSharedPtr const & | GetRenderPassState () const |
HDX_API void | Sync (HdSceneDelegate *delegate, HdTaskContext *ctx, HdDirtyBits *dirtyBits) override |
Sync the render pass resources. More... | |
HDX_API void | Prepare (HdTaskContext *ctx, HdRenderIndex *renderIndex) override |
Prepare the tasks resources. More... | |
HDX_API void | Execute (HdTaskContext *ctx) override |
Execute render pass task. More... | |
Public Member Functions inherited from HdTask | |
HD_API | HdTask (SdfPath const &id) |
virtual HD_API | ~HdTask () |
virtual HD_API const TfTokenVector & | GetRenderTags () const |
SdfPath const & | GetId () const |
virtual HD_API HdDirtyBits | GetInitialDirtyBitsMask () const |
Additional Inherited Members | |
Protected Member Functions inherited from HdTask | |
template<class T > | |
bool | _GetTaskParams (HdSceneDelegate *delegate, T *outValue) |
HD_API TfTokenVector | _GetTaskRenderTags (HdSceneDelegate *delegate) |
Static Protected Member Functions inherited from HdTask | |
static HD_API bool | _HasTaskContextData (HdTaskContext const *ctx, TfToken const &id) |
Check if the shared context contains a value for the given id. More... | |
template<class T > | |
static bool | _GetTaskContextData (HdTaskContext const *ctx, TfToken const &id, T *outValue) |
template<class T > | |
static T | _GetDriver (HdTaskContext const *ctx, TfToken const &driverName) |
A task for setting up render pass state (camera, renderpass shader, GL states).
HdxRenderTask depends on the output of this task. Applications can choose to create a render setup task, and pass it the HdxRenderTaskParams; or they can pass the HdxRenderTaskParams directly to the render task, which will create a render setup task internally. See the HdxRenderTask documentation for details.
Definition at line 69 of file renderSetupTask.h.
HDX_API HdxRenderSetupTask::HdxRenderSetupTask | ( | HdSceneDelegate * | delegate, |
SdfPath const & | id | ||
) |
|
override |
|
overridevirtual |
Execute render pass task.
Implements HdTask.
|
inline |
Definition at line 86 of file renderSetupTask.h.
|
overridevirtual |
Prepare the tasks resources.
Implements HdTask.
HDX_API void HdxRenderSetupTask::PrepareCamera | ( | HdRenderIndex * | renderIndex | ) |
|
overridevirtual |
Sync the render pass resources.
Implements HdTask.
HDX_API void HdxRenderSetupTask::SyncParams | ( | HdSceneDelegate * | delegate, |
HdxRenderTaskParams const & | params | ||
) |