2
3
4
5
6
7
8
11#ifndef _GLSL_STRUCT_FUNCTIONS_HPP_
12 #define _GLSL_STRUCT_FUNCTIONS_HPP_
14 #include <glslstruct/config.hpp>
17_GLSL_STRUCT_ERROR(
"This is only available for c++17 and greater!");
22
23
24
28
29
30
34
35
36
#define _GLSL_STRUCT_EXPORT
This is for exporting symbols in shared library setup.
Definition config.hpp:251
#define _GLSL_STRUCT_HAS_CXX17
check if compiler has c++ version greater or equal to c++17
Definition config.hpp:130
Main namespace of glslstruct library.
Definition contexts.hpp:20