]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/pixelformat.h
Store query pool size separately, in the common part of the class
[libs/gl.git] / source / core / pixelformat.h
index 65331c99901fcd5aefee7b78e1fef5727579af9e..71a8bd4c3de6c98994e618d3a382be4b9dbc1791 100644 (file)
@@ -98,10 +98,9 @@ inline unsigned get_pixel_size(PixelFormat f) { return get_component_count(f)*ge
 
 void require_pixelformat(PixelFormat);
 
-unsigned get_gl_components(PixelComponents);
-unsigned get_gl_pixelformat(PixelFormat);
-
 } // namespace GL
 } // namespace Msp
 
+#include "pixelformat_backend.h"
+
 #endif