24 #ifndef PXR_IMAGING_HD_UNIT_TEST_HELPER_H
25 #define PXR_IMAGING_HD_UNIT_TEST_HELPER_H
63 void Draw(
bool withGuides=
false);
85 return _renderPassState;
111 #endif // PXR_IMAGING_HD_UNIT_TEST_HELPER_H
std::shared_ptr< class HdRenderPassState > HdRenderPassStateSharedPtr
std::shared_ptr< class HdRenderPass > HdRenderPassSharedPtr
HD_API void SetCamera(GfMatrix4d const &viewMatrix, GfMatrix4d const &projectionMatrix, CameraUtilFraming const &framing)
Set camera to renderpass.
HD_API void SetRepr(HdReprSelector const &reprSelector)
Switch repr.
HdRenderPassStateSharedPtr const & GetRenderPassState() const
Returns the renderPassState.
HD_API void SetCullStyle(HdCullStyle cullStyle)
Set cull style.
HD_API void Draw(bool withGuides=false)
Draw.
PXR_NAMESPACE_CLOSE_SCOPE PXR_NAMESPACE_OPEN_SCOPE
#define PXR_NAMESPACE_CLOSE_SCOPE
HdUnitTestDelegate & GetDelegate()
Returns the UnitTest delegate.
HD_API HdRenderPassSharedPtr const & GetRenderPass()
Returns the renderpass.