Loading...
Searching...
No Matches
tokens.h
Go to the documentation of this file.
1//
2// Copyright 2026 Pixar
3//
4// Licensed under the terms set forth in the LICENSE.txt file available at
5// https://openusd.org/license.
6//
7#ifndef PXR_USD_IMAGING_USD_IR_IMAGING_TOKENS_H
8#define PXR_USD_IMAGING_USD_IR_IMAGING_TOKENS_H
9
11
12#include "pxr/pxr.h"
13
14#include "pxr/usdImaging/usdIrImaging/api.h"
15
17
18PXR_NAMESPACE_OPEN_SCOPE
19
20#define USDIRIMAGING_TOKENS \
21 (baseSphere) \
22 (zAxisCone)
23
25 UsdIrImagingTokens,
26 USDIRIMAGING_API,
27 USDIRIMAGING_TOKENS);
28
29PXR_NAMESPACE_CLOSE_SCOPE
30
31#endif
This file defines some macros that are useful for declaring and using static TfTokens.
#define TF_DECLARE_PUBLIC_TOKENS(...)
Macro to define public tokens.