src/gldraw.h

changeset 671
14a6da9c0bfe
parent 668
6a05c4969074
child 674
3d8ab0f89102
equal deleted inserted replaced
670:be047c6ad05c 671:14a6da9c0bfe
115 BFCBackList 115 BFCBackList
116 }; 116 };
117 117
118 enum VAOType 118 enum VAOType
119 { 119 {
120 MainArray, 120 ESurfaceArray,
121 EdgeArray, 121 EEdgeArray,
122 CondEdgeArray, 122 ECondEdgeArray,
123 BFCArray, 123 EBFCArray,
124 PickArray, 124 EPickArray,
125 EdgePickArray, 125 EEdgePickArray,
126 NumArrays 126 ENumArrays
127 }; 127 };
128 128
129 // CameraIcon::img is a heap-allocated QPixmap because otherwise it gets 129 // CameraIcon::img is a heap-allocated QPixmap because otherwise it gets
130 // initialized before program gets to main() and constructs a QApplication 130 // initialized before program gets to main() and constructs a QApplication
131 // and Qt doesn't like that. 131 // and Qt doesn't like that.

mercurial