From 6f8cf08fa56ed8076259cc992a35c8b283124a90 Mon Sep 17 00:00:00 2001 From: Bergmann89 Date: Sun, 21 Sep 2014 17:38:20 +0200 Subject: [PATCH] * renamed glBitmap and glBitmap types --- glBitmap.pas => uglcBitmap.pas | 6 ++++++ 1 file changed, 6 insertions(+) rename glBitmap.pas => uglcBitmap.pas (99%) diff --git a/glBitmap.pas b/uglcBitmap.pas similarity index 99% rename from glBitmap.pas rename to uglcBitmap.pas index 1be10f8..d9b0b97 100644 --- a/glBitmap.pas +++ b/uglcBitmap.pas @@ -1194,6 +1194,12 @@ type procedure GenerateNormalMap(const aSize: Integer = 32; const aTestTextureSize: Boolean = true); end; + TglcBitmapFormat = TglBitmapFormat; + TglcBitmap1D = TglBitmap1D; + TglcBitmap2D = TglBitmap2D; + TglcBitmapCubeMap = TglBitmapCubeMap; + TglcBitmapNormalMap = TglBitmapNormalMap; + const NULL_SIZE: TglBitmapPixelPosition = (Fields: []; X: 0; Y: 0);