src/GLCompiler.h

changeset 690
9e9c52ca955e
parent 684
8a56b1d4d44d
child 692
94feb28faffe
equal deleted inserted replaced
689:397870c6ed38 690:9e9c52ca955e
26 26
27 // ============================================================================= 27 // =============================================================================
28 // 28 //
29 class GLCompiler 29 class GLCompiler
30 { 30 {
31 PROPERTY (public, LDDocumentPointer, Document, NO_OPS, STOCK_WRITE) 31 PROPERTY (public, LDDocumentPointer, Document, setDocument, STOCK_WRITE)
32 32
33 public: 33 public:
34 struct ObjectVBOInfo 34 struct ObjectVBOInfo
35 { 35 {
36 QVector<GLfloat> data[gNumVBOs]; 36 QVector<GLfloat> data[gNumVBOs];

mercurial