X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fvertexsetup.h;h=d0ed870378034334b6935b092dcfbcae80909c80;hp=756f5bc03644990990aafb1f360c1cebb9b6bfe0;hb=e92de029768eef5f0fd744329e589161b46d0762;hpb=9904aa3d09458098541fdce0114785d6bce1777f diff --git a/source/core/vertexsetup.h b/source/core/vertexsetup.h index 756f5bc0..d0ed8703 100644 --- a/source/core/vertexsetup.h +++ b/source/core/vertexsetup.h @@ -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;