소스 검색

Update zgl_types.pas

Seenkao 3 년 전
부모
커밋
4c5617733a
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  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
  *     source distribution.
 
- !!! modification from Serge 24.01.2022
+ !!! modification from Serge 24.03.2022
 }
 unit zgl_types;
 
@@ -52,6 +52,9 @@ const
   {$EndIf}
 
   // OpenGL
+  ModeUser       = 1;                      // MatrixMode
+  Mode2D         = 2;
+  Mode3D         = 3;
   {$IfDef MACOSX}
   CORE_2_1 = 1;
   CORE_3_2 = 2;
@@ -373,4 +376,3 @@ type
 implementation
 
 end.
-