#include <legacyRenderControlInterface.h>
Transitory Hydra-1.0-like API for HdRenderer.
Definition at line 32 of file legacyRenderControlInterface.h.
| virtual bool HdLegacyRenderControlInterface::AreTasksConverged |
( |
const SdfPathVector & |
taskPaths | ) |
const |
|
pure virtual |
| virtual void HdLegacyRenderControlInterface::Execute |
( |
const SdfPathVector & |
taskPaths | ) |
|
|
pure virtual |
Invokes the command described by the token command with optional args.
If the command succeeds, returns true, otherwise returns false. A command will generally fail if it is not among those returned by GetCommandDescriptors().
| virtual TfToken HdLegacyRenderControlInterface::GetMaterialBindingPurpose |
( |
| ) |
const |
|
pure virtual |
This is for UsdImagingDelegate::_coordSysEnabled that has a surprising performance impact.
| virtual TfTokenVector HdLegacyRenderControlInterface::GetMaterialRenderContexts |
( |
| ) |
const |
|
pure virtual |
This is for UsdImagingDelegate::_coordSysEnabled that has a surprising performance impact.
This is for UsdImagingDelegate::_coordSysEnabled that has a surprising performance impact.
| virtual VtValue HdLegacyRenderControlInterface::GetRenderSetting |
( |
const TfToken & |
name | ) |
const |
|
pure virtual |
| virtual TfTokenVector HdLegacyRenderControlInterface::GetRenderSettingsNamespaces |
( |
| ) |
const |
|
pure virtual |
This is for UsdImagingDelegate::_coordSysEnabled that has a surprising performance impact.
| virtual VtDictionary HdLegacyRenderControlInterface::GetRenderStats |
( |
| ) |
|
|
pure virtual |
| virtual SdfPath HdLegacyRenderControlInterface::GetRprimPathFromPrimId |
( |
int |
primIdx | ) |
|
|
pure virtual |
| virtual TfTokenVector HdLegacyRenderControlInterface::GetShaderSourceTypes |
( |
| ) |
const |
|
pure virtual |
This is for UsdImagingDelegate::_coordSysEnabled that has a surprising performance impact.
| virtual bool HdLegacyRenderControlInterface::GetTaskContextData |
( |
const TfToken & |
name, |
|
|
VtValue * |
data |
|
) |
| const |
|
pure virtual |
| virtual bool HdLegacyRenderControlInterface::InvokeCommand |
( |
TfToken const & |
name, |
|
|
const HdCommandArgs & |
args = {} |
|
) |
| |
|
pure virtual |
Invokes the command described by the token command with optional args.
If the command succeeds, returns true, otherwise returns false. A command will generally fail if it is not among those returned by GetCommandDescriptors().
| virtual bool HdLegacyRenderControlInterface::IsCoordSysSupported |
( |
| ) |
const |
|
pure virtual |
This is for UsdImagingDelegate::_coordSysEnabled that has a surprising performance impact.
| virtual bool HdLegacyRenderControlInterface::IsPauseSupported |
( |
| ) |
const |
|
pure virtual |
| virtual bool HdLegacyRenderControlInterface::IsPrimvarFilteringNeeded |
( |
| ) |
const |
|
pure virtual |
This is for UsdImagingDelegate::_coordSysEnabled that has a surprising performance impact.
| virtual bool HdLegacyRenderControlInterface::IsStopSupported |
( |
| ) |
const |
|
pure virtual |
| virtual bool HdLegacyRenderControlInterface::Pause |
( |
| ) |
|
|
pure virtual |
| virtual bool HdLegacyRenderControlInterface::RequiresStormTasks |
( |
| ) |
const |
|
pure virtual |
| virtual bool HdLegacyRenderControlInterface::Restart |
( |
| ) |
|
|
pure virtual |
| virtual bool HdLegacyRenderControlInterface::Resume |
( |
| ) |
|
|
pure virtual |
| virtual void HdLegacyRenderControlInterface::SetRenderSetting |
( |
const TfToken & |
name, |
|
|
VtValue const & |
value |
|
) |
| |
|
pure virtual |
| virtual void HdLegacyRenderControlInterface::SetTaskContextData |
( |
const TfToken & |
name, |
|
|
const VtValue & |
data |
|
) |
| |
|
pure virtual |
| virtual bool HdLegacyRenderControlInterface::Stop |
( |
bool |
blocking = true | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: