]> git.tdb.fi Git - libs/gl.git/blob - source/backends/opengl/datatype_backend.h
Check the flat qualifier from the correct member
[libs/gl.git] / source / backends / opengl / datatype_backend.h
1 #ifndef MSP_GL_DATATYPE_BACKEND_H_
2 #define MSP_GL_DATATYPE_BACKEND_H_
3
4 #ifndef MSP_GL_DATATYPE_H_
5 #error "datatype_backend.h requires datatype.h"
6 #endif
7
8 namespace Msp {
9 namespace GL {
10
11 unsigned get_gl_type(DataType);
12 DataType from_gl_type(unsigned);
13
14 } // namespace GL
15 } // namespace Msp
16
17 #endif