MaterialX 1.38.2
GLUtil.h
Go to the documentation of this file.
1//
2// TM & (c) 2020 Lucasfilm Entertainment Company Ltd. and Lucasfilm Ltd.
3// All rights reserved. See LICENSE.txt for license.
4//
5
6#ifndef MATERIALX_GLUTIL_H
7#define MATERIALX_GLUTIL_H
8
11
13
15
16namespace MaterialX
17{
18
19MX_RENDERGLSL_API void checkGlErrors(const string& context);
20
21} // namespace MaterialX
22
23#endif
Library-wide includes and types.
Macros for declaring imported and exported symbols.