MaterialX 1.39.5
Loading...
Searching...
No Matches
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
11
13
15
16MATERIALX_NAMESPACE_BEGIN
17
20class MX_GENSHADER_API ExceptionShaderGenError : public Exception
21{
22 public:
23 using Exception::Exception;
24};
25
26MATERIALX_NAMESPACE_END
27
28#endif // MATERIALXGENSHADER_EXCEPTION_H
Base exception classes.
Macros for declaring imported and exported symbols.
An exception that is thrown when shader generation fails.
Definition Exception.h:21