7#ifndef PXR_IMAGING_HGI_TOKENS_H
8#define PXR_IMAGING_HGI_TOKENS_H
13#include "pxr/imaging/hgi/api.h"
15PXR_NAMESPACE_OPEN_SCOPE
26#define HGI_SHADER_KEYWORD_TOKENS \
44 (hdGlobalInvocationID) \
45 (hdBaryCoordNoPersp) \
50 HgiShaderKeywordTokens, HGI_API, HGI_SHADER_KEYWORD_TOKENS);
52PXR_NAMESPACE_CLOSE_SCOPE
This file defines some macros that are useful for declaring and using static TfTokens.
#define TF_DECLARE_PUBLIC_TOKENS(...)
Macro to define public tokens.