src/glCompiler.h

changeset 1123
15e46ea3151f
parent 1121
be0b5ad128ea
child 1144
4f226fd97826
--- a/src/glCompiler.h	Fri Feb 10 23:06:24 2017 +0200
+++ b/src/glCompiler.h	Sun Feb 12 16:02:02 2017 +0200
@@ -38,7 +38,7 @@
 
 	GLCompiler (GLRenderer* renderer);
 	~GLCompiler();
-	QColor getColorForPolygon (LDPolygon& poly, LDObject* topobj, ComplementVboType complement) const;
+	QColor getColorForPolygon (LDPolygon& poly, LDObject* topobj, VboSubclass complement) const;
 	QColor indexColorForID (int id) const;
 	void initialize();
 	void needMerge();
@@ -49,7 +49,7 @@
 	GLuint vbo (int vbonum) const;
 	int vboSize (int vbonum) const;
 
-	static int vboNumber (SurfaceVboType surface, ComplementVboType complement);
+	static int vboNumber (VboClass surface, VboSubclass complement);
 
 private:
 	void compileStaged();

mercurial