]> git.tdb.fi Git - libs/gl.git/blob - source/backends/opengl/frameformat_backend.h
Add support for padding in vertex formats
[libs/gl.git] / source / backends / opengl / frameformat_backend.h
1 #ifndef MSP_GL_FRAMEFORMAT_BACKEND_H_
2 #define MSP_GL_FRAMEFORMAT_BACKEND_H_
3
4 #ifndef MSP_GL_FRAMEFORMAT_H_
5 #error "frameformat_backend.h requires frameformat.h"
6 #endif
7
8 namespace Msp {
9 namespace GL {
10
11 unsigned get_gl_attachment(FrameAttachment);
12 unsigned get_gl_buffer_bits(const FrameFormat &);
13
14 } // namespace GL
15 } // namespace Msp
16
17 #endif