|
| UsdImaging_TestDriver (std::string const &usdFilePath) |
|
| UsdImaging_TestDriver (std::string const &usdFilePath, TfToken const &collectionName, TfToken const &reprName, TfTokenVector const &renderTags) |
|
| UsdImaging_TestDriver (UsdStageRefPtr const &usdStage) |
|
| UsdImaging_TestDriver (UsdStageRefPtr const &usdStage, TfToken const &collectionName, TfToken const &reprName, TfTokenVector const &renderTags) |
|
| UsdImaging_TestDriver (UsdStageRefPtr const &usdStage, HdRprimCollection const &collection, SdfPath const &delegateId, TfTokenVector const &renderTags) |
|
| ~UsdImaging_TestDriver () |
|
void | Draw () |
|
void | SetTime (double time) |
|
void | MarkRprimDirty (SdfPath path, HdDirtyBits flag) |
| Marks an rprim in the RenderIndex as dirty with the given dirty flags. More...
|
|
UsdImagingDelegate & | GetDelegate () |
| Returns the underlying delegate for this driver. More...
|
|
UsdStageRefPtr const & | GetStage () |
| Returns the populated UsdStage for this driver. More...
|
|
A unit test driver that exercises the core engine.
- Note
- This test driver uses a Null render delegate, so no images are produced. It just tests interaction between Hydra and UsdImaging during Hydra's Sync phase. of Hydra
Definition at line 93 of file unitTestHelper.h.