]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/vertexsetup.h
Refactor VertexSetup format checking
[libs/gl.git] / source / core / vertexsetup.h
index 2e483fc81768e1fcb3b4c0b15a5c91b53fd346cb..beade58ed3daeb9b4421193a3b5d97524c8265c1 100644 (file)
@@ -52,7 +52,7 @@ public:
 
 private:
        static bool verify_format(const VertexFormat &);
-       static void require_format(const VertexFormat &);
+       static void require_format(const VertexFormat &, bool);
        void update() const;
        void update_vertex_array(const VertexArray &, unsigned, unsigned, bool) const;