24 #ifndef PXR_IMAGING_HD_UNIT_TEST_NULL_RENDER_PASS_H 25 #define PXR_IMAGING_HD_UNIT_TEST_NULL_RENDER_PASS_H 28 #include "pxr/imaging/hd/api.h" 29 #include "pxr/imaging/hd/version.h" 31 #include "pxr/imaging/hd/renderPass.h" 33 PXR_NAMESPACE_OPEN_SCOPE
46 virtual ~Hd_UnitTestNullRenderPass() {}
48 void _Execute(HdRenderPassStateSharedPtr
const &renderPassState,
52 PXR_NAMESPACE_CLOSE_SCOPE
54 #endif // PXR_IMAGING_HD_UNIT_TEST_NULL_RENDER_PASS_H The Hydra render index is a flattened representation of the client scene graph, which may be composed...
An abstract class representing a single render iteration over a set of prims (the HdRprimCollection),...
virtual void _Execute(HdRenderPassStateSharedPtr const &renderPassState, TfTokenVector const &renderTags)=0
Virtual API: Execute the buckets corresponding to renderTags; renderTags.empty() implies execute ever...
std::vector< TfToken > TfTokenVector
Convenience types.
A named, semantic collection of objects.