HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rendererSettings.h
Go to the documentation of this file.
1 //
2 // Copyright 2018 Pixar
3 //
4 // Licensed under the terms set forth in the LICENSE.txt file available at
5 // https://openusd.org/license.
6 //
7 
8 /// \file usdImagingGL/renderSettings.h
9 
10 #ifndef PXR_USD_IMAGING_USD_IMAGING_GL_RENDERER_SETTINGS_H
11 #define PXR_USD_IMAGING_USD_IMAGING_GL_RENDERER_SETTINGS_H
12 
13 #include "pxr/pxr.h"
14 #include "pxr/base/tf/token.h"
15 #include "pxr/base/vt/value.h"
16 
18 
20  enum Type {
25  };
26  std::string name;
30 };
31 
32 typedef std::vector<UsdImagingGLRendererSetting>
34 
36 
37 #endif // PXR_USD_IMAGING_USD_IMAGING_GL_RENDERER_SETTINGS_H
Definition: token.h:70
PXR_NAMESPACE_CLOSE_SCOPE PXR_NAMESPACE_OPEN_SCOPE
Definition: path.h:1425
std::vector< UsdImagingGLRendererSetting > UsdImagingGLRendererSettingsList
#define PXR_NAMESPACE_CLOSE_SCOPE
Definition: pxr.h:74
Definition: value.h:146