7#ifndef PXR_IMAGING_HD_RPRIM_SHARED_DATA_H
8#define PXR_IMAGING_HD_RPRIM_SHARED_DATA_H
11#include "pxr/imaging/hd/api.h"
12#include "pxr/imaging/hd/version.h"
13#include "pxr/imaging/hd/bufferArrayRange.h"
14#include "pxr/imaging/hd/tokens.h"
16#include "pxr/usd/sdf/path.h"
22PXR_NAMESPACE_OPEN_SCOPE
24using TopologyToPrimvarVector =
25 std::vector<std::pair<VtIntArray, std::vector<TfToken>>>;
39struct HdRprimSharedData {
40 HdRprimSharedData(
int barContainerSize)
41 : barContainer(barContainerSize)
48 HdRprimSharedData(
int barContainerSize,
50 : barContainer(barContainerSize)
76 TopologyToPrimvarVector fvarTopologyToPrimvarVector;
80PXR_NAMESPACE_CLOSE_SCOPE
Defines all the types "TYPED" for which Vt creates a VtTYPEDArray typedef.
Basic type: arbitrarily oriented 3D bounding box.
A resizable container of HdBufferArrayRanges.
A path value used to locate objects in layers or scenegraphs.