7#ifndef PXR_IMAGING_HD_RENDER_DELEGATE_INFO_H
8#define PXR_IMAGING_HD_RENDER_DELEGATE_INFO_H
10#include "pxr/imaging/hd/api.h"
14PXR_NAMESPACE_OPEN_SCOPE
16class HdRenderDelegate;
18struct HdRenderDelegateInfo
23 bool isPrimvarFilteringNeeded;
25 bool isCoordSysSupported;
29bool operator==(
const HdRenderDelegateInfo &,
const HdRenderDelegateInfo &);
32bool operator!=(
const HdRenderDelegateInfo &,
const HdRenderDelegateInfo &);
34PXR_NAMESPACE_CLOSE_SCOPE
Token for efficient comparison, assignment, and hashing of known strings.
TfToken class for efficient string referencing and hashing, plus conversions to and from stl string c...
std::vector< TfToken > TfTokenVector
Convenience types.