* added OpenGL ES support
[LazOpenGLCore.git] / uglcBitmap.pas
index 06aec3e..76fbda8 100644 (file)
@@ -1320,11 +1320,16 @@ type
 {$IFEND}
 
   TglcBitmapFormat    = TglBitmapFormat;
-  TglcBitmap1D        = TglBitmap1D;
   TglcBitmap2D        = TglBitmap2D;
+{$IF NOT DEFINED(OPENGL_ES)}
+  TglcBitmap1D        = TglBitmap1D;
+  TglcBitmapCubeMap   = TglBitmapCubeMap;
+  TglcBitmapNormalMap = TglBitmapNormalMap;
+{$ELSEIF DEFINED(OPENGL_ES_2_0)}
   TglcBitmapCubeMap   = TglBitmapCubeMap;
   TglcBitmapNormalMap = TglBitmapNormalMap;
-  
+{$IFEND}
+
 const
   NULL_SIZE: TglBitmapPixelPosition = (Fields: []; X: 0; Y: 0);