]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/vertexsetup.h
Add support for integer vertex attributes
[libs/gl.git] / source / core / vertexsetup.h
index 756f5bc03644990990aafb1f360c1cebb9b6bfe0..d0ed870378034334b6935b092dcfbcae80909c80 100644 (file)
@@ -50,6 +50,7 @@ public:
 
 private:
        static bool verify_format(const VertexFormat &);
+       static void require_format(const VertexFormat &);
        void update() const;
        void update_vertex_array(const VertexArray &, unsigned, unsigned, bool) const;