X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fvertexsetup.h;h=d0ed870378034334b6935b092dcfbcae80909c80;hb=bdef3de6559629f25121de2e014383d7f773266b;hp=756f5bc03644990990aafb1f360c1cebb9b6bfe0;hpb=73567be7cd9e01e620cb2a8fa0ca381723b9a71f;p=libs%2Fgl.git 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;