7#ifndef PXR_IMAGING_HD_ST_EXT_COMPUTATION_H
8#define PXR_IMAGING_HD_ST_EXT_COMPUTATION_H
11#include "pxr/imaging/hdSt/api.h"
12#include "pxr/imaging/hd/extComputation.h"
13#include "pxr/usd/sdf/path.h"
14#include "pxr/base/vt/value.h"
18PXR_NAMESPACE_OPEN_SCOPE
21using HdBufferArrayRangeSharedPtr = std::shared_ptr<class HdBufferArrayRange>;
40 HdDirtyBits *dirtyBits)
override;
46 HdBufferArrayRangeSharedPtr
const & GetInputRange()
const {
56 HdBufferArrayRangeSharedPtr _inputRange;
59PXR_NAMESPACE_CLOSE_SCOPE
Hydra Representation of a Client defined computation.
The HdRenderParam is an opaque (to core Hydra) handle, to an object that is obtained from the render ...
Adapter class providing data exchange with the client scene graph.
Specialization of HdExtComputation which manages inputs as GPU resources.
HDST_API void Sync(HdSceneDelegate *sceneDelegate, HdRenderParam *renderParam, HdDirtyBits *dirtyBits) override
Synchronizes state from the delegate to this object.
HDST_API HdStExtComputation(SdfPath const &id)
Construct a new ExtComputation identified by id.
HDST_API void Finalize(HdRenderParam *renderParam) override
Finalizes object resources.
A path value used to locate objects in layers or scenegraphs.