3 This file is part of gldbg
4 Copyright © 2010 Mikko Rasa, Mikkosoft Productions
5 Distributed under the GPL
8 #include "arraystate.h"
9 #include "bufferstate.h"
11 ArrayState::ArrayState():
23 void ArrayState::set(unsigned s, GLenum t, bool n, unsigned r, BufferState *b, long p)
33 buffer->content.update(*this);