X-Git-Url: https://git.delphigl.com/?p=LazOpenGLCore.git;a=blobdiff_plain;f=uglcBitmap.pas;fp=uglcBitmap.pas;h=76fbda8b2e3fb02676049ea10ebb6866fe9f30d2;hp=06aec3e40492e91c470b38be4df48b5f2d6440e5;hb=38723f45320eea73e5fef416fc989bcfb9adf21d;hpb=eb7858e40852c3a1a61cead35c20f432d062184c diff --git a/uglcBitmap.pas b/uglcBitmap.pas index 06aec3e..76fbda8 100644 --- a/uglcBitmap.pas +++ b/uglcBitmap.pas @@ -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);