Browse Source

Update zgl_types.pas

Seenkao 3 years ago
parent
commit
4c5617733a
1 changed files with 4 additions and 2 deletions
  1. 4 2
      Zengl_SRC/src/zgl_types.pas

+ 4 - 2
Zengl_SRC/src/zgl_types.pas

@@ -21,7 +21,7 @@
  *  3. This notice may not be removed or altered from any
  *  3. This notice may not be removed or altered from any
  *     source distribution.
  *     source distribution.
 
 
- !!! modification from Serge 24.01.2022
+ !!! modification from Serge 24.03.2022
 }
 }
 unit zgl_types;
 unit zgl_types;
 
 
@@ -52,6 +52,9 @@ const
   {$EndIf}
   {$EndIf}
 
 
   // OpenGL
   // OpenGL
+  ModeUser       = 1;                      // MatrixMode
+  Mode2D         = 2;
+  Mode3D         = 3;
   {$IfDef MACOSX}
   {$IfDef MACOSX}
   CORE_2_1 = 1;
   CORE_2_1 = 1;
   CORE_3_2 = 2;
   CORE_3_2 = 2;
@@ -373,4 +376,3 @@ type
 implementation
 implementation
 
 
 end.
 end.
-