]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/opengl/pixelformat_backend.h
Move swizzling modes to pixelformat.h
[libs/gl.git] / source / backends / opengl / pixelformat_backend.h
index d17bc8b0a8f0e0180b919fecae3b13f86dac22c3..0ca431e0a258d7ff927f6750826826543d28b1c3 100644 (file)
@@ -10,6 +10,7 @@ namespace GL {
 
 unsigned get_gl_components(PixelComponents);
 unsigned get_gl_pixelformat(PixelFormat);
+const int *get_gl_swizzle(ComponentSwizzle);
 
 } // namespace GL
 } // namespace Msp