X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=flavors%2Fgl%2Fsource%2Fbufferstate.h;h=5557a5669754d11eccd1e29037e27b1f3ed60b69;hb=76324b7394d25ba654e938eb33ee985532df7cc6;hp=c3f504bf593ab5416bf95170a903424b69fbc5a7;hpb=f53057ce9b5eb3c7256a4aca95b4944733e14503;p=gldbg.git diff --git a/flavors/gl/source/bufferstate.h b/flavors/gl/source/bufferstate.h index c3f504b..5557a56 100644 --- a/flavors/gl/source/bufferstate.h +++ b/flavors/gl/source/bufferstate.h @@ -24,6 +24,7 @@ struct BufferContent GLenum type; int offset; + Array(); Array(const ArrayState &); }; @@ -33,6 +34,7 @@ struct BufferContent BufferContent(); void update(const ArrayState &); + void update_elements(GLenum); std::string describe() const; };