diff dmscene.h @ 68:701bef61dcf1

Remove OpenGL fs/vs shader ids from DMModel, as they are not needed.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 16 Dec 2019 06:46:46 +0200
parents 7b138613e2fc
children 03aa729a9e90
line wrap: on
line diff
--- a/dmscene.h	Sun Dec 15 23:16:29 2019 +0200
+++ b/dmscene.h	Mon Dec 16 06:46:46 2019 +0200
@@ -152,7 +152,7 @@
     DMVector3 translate, scale, rotate;
     bool translateSet, scaleSet, rotateSet;
 
-    unsigned int id_prog, id_fs, id_vs;
+    unsigned int id_prog;
 
     std::string
         modelFile,