7#ifndef PXR_IMAGING_HD_VOLUME_H
8#define PXR_IMAGING_HD_VOLUME_H
11#include "pxr/imaging/hd/api.h"
12#include "pxr/imaging/hd/version.h"
13#include "pxr/imaging/hd/rprim.h"
17PXR_NAMESPACE_OPEN_SCOPE
19using HdVolumePtrConstVector = std::vector<class HdVolume const *>;
38PXR_NAMESPACE_CLOSE_SCOPE
The render engine state for a given rprim from the scene graph.
Hd schema for a renderable volume primitive.
HD_API TfTokenVector const & GetBuiltinPrimvarNames() const override
Returns the names of built-in primvars, i.e.
A path value used to locate objects in layers or scenegraphs.
std::vector< TfToken > TfTokenVector
Convenience types.