Loading...
Searching...
No Matches
prototypeSceneIndexUtils.h
1//
2// Copyright 2025 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_IMAGING_PROTOTYPE_SCENE_INDEX_UTILS_H
8#define PXR_USD_IMAGING_USD_IMAGING_PROTOTYPE_SCENE_INDEX_UTILS_H
9
10#include "pxr/pxr.h"
11
12#include "pxr/base/tf/token.h"
13
14PXR_NAMESPACE_OPEN_SCOPE
15
16namespace UsdImaging_PrototypeSceneIndexUtils
17{
18
19bool IsRenderablePrimType(const TfToken &primType);
20
21}
22
23PXR_NAMESPACE_CLOSE_SCOPE
24
25#endif // PXR_USD_IMAGING_USD_IMAGING_PROTOTYPE_SCENE_INDEX_UTILS_H
Token for efficient comparison, assignment, and hashing of known strings.
Definition: token.h:71
TfToken class for efficient string referencing and hashing, plus conversions to and from stl string c...