HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Exception.h
Go to the documentation of this file.
1 //
2 // Copyright Contributors to the MaterialX Project
3 // SPDX-License-Identifier: Apache-2.0
4 //
5 
6 #ifndef MATERIALXGENSHADER_EXCEPTION_H
7 #define MATERIALXGENSHADER_EXCEPTION_H
8 
9 /// @file
10 /// Base shader generator exception class
11 
13 
15 
17 
18 /// @class ExceptionShaderGenError
19 /// An exception that is thrown when shader generation fails.
21 {
22  public:
24 };
25 
27 
28 #endif // MATERIALXGENSHADER_EXCEPTION_H
#define MATERIALX_NAMESPACE_BEGIN
Definition: Generated.h:25
#define MX_GENSHADER_API
Definition: Export.h:18
Exception(const string &msg)
Definition: Exception.h:24
#define MATERIALX_NAMESPACE_END
Definition: Generated.h:26