Loading...
Searching...
No Matches
rileySchemaTypeDefs.h
1//
2// Copyright 2023 Pixar
3//
4// Licensed under the terms set forth in the LICENSE.txt file available at
5// https://openusd.org/license.
6//
8
9/* ************************************************************************** */
10/* ** This file is generated by a script. Do not edit directly. Edit ** */
11/* ** defs.py or the (*)Schema.template.h files to make changes. ** */
12/* ************************************************************************** */
13
14#ifndef EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_RILEY_SCHEMA_TYPEDEFS_H
15#define EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_RILEY_SCHEMA_TYPEDEFS_H
16
17#include "hdPrman/api.h"
18
19#include "pxr/imaging/hd/containerSchema.h"
20#include "pxr/imaging/hd/vectorSchema.h"
21#include "pxr/imaging/hd/version.h"
22
23PXR_NAMESPACE_OPEN_SCOPE
24
26#if HD_API_VERSION >= 86
28#else
30#endif
31
33#if HD_API_VERSION >= 86
35#else
37#endif
38
40#if HD_API_VERSION >= 86
42#else
44#endif
45
46PXR_NAMESPACE_CLOSE_SCOPE
47
48#endif
Template class for a schema backed by a container whose children have arbitrary names but an expected...
Template class wrapping a vector data source whose children are container data source conforming to a...
Definition: vectorSchema.h:85