X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fvertexsetup.h;h=dceb79876910cdf60d76990ecba25e73992d82d9;hb=6d33ca40415937790ed0cddc97148b5fbd90ccaf;hp=bae4c5f36c2245d194eacc6b08b1df25658dade7;hpb=2815449aa1c2a3c813f50ff85325cc2a3334430c;p=libs%2Fgl.git diff --git a/source/core/vertexsetup.h b/source/core/vertexsetup.h index bae4c5f3..dceb7987 100644 --- a/source/core/vertexsetup.h +++ b/source/core/vertexsetup.h @@ -46,6 +46,7 @@ public: const Buffer *get_index_buffer() const { return index_buffer; } private: + static bool verify_array(const VertexArray &); static unsigned get_attribs(const VertexFormat &); static unsigned get_update_mask(unsigned, const VertexFormat &, const VertexArray &); void update(unsigned) const;