7#ifndef EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_VOLUME_FILTER_H
8#define EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_VOLUME_FILTER_H
10#include "pxr/imaging/hd/sprim.h"
11#include "pxr/imaging/hd/types.h"
13#include "pxr/usd/sdf/path.h"
20PXR_NAMESPACE_OPEN_SCOPE
23class HdPrman_RenderParam;
38 HdDirtyBits *dirtyBits)
override;
43 HdPrman_RenderParam *param,
53 riley::CoordinateSystemId GetCoordSysId();
56 void _SyncToRileyWithLock(
58 HdPrman_RenderParam *param,
61 riley::CoordinateSystemId _coordSysId;
62 mutable std::mutex _syncToRileyMutex;
66PXR_NAMESPACE_CLOSE_SCOPE
A representation for volume filters.
void Sync(HdSceneDelegate *sceneDelegate, HdRenderParam *renderParam, HdDirtyBits *dirtyBits) override
Synchronizes state from the delegate to this object.
void SyncToRiley(HdSceneDelegate *sceneDelegate, HdPrman_RenderParam *param, riley::Riley *riley)
Make sure this object has been updated in Riley.
void Finalize(HdRenderParam *renderParam) override
Finalizes object resources.
HdDirtyBits GetInitialDirtyBitsMask() const override
Returns the minimal set of dirty bits to place in the change tracker for use in the first sync of thi...
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.
Sprim (state prim) is a base class of managing state for non-drawable scene entity (e....
A path value used to locate objects in layers or scenegraphs.