Procházet zdrojové kódy

* renamed glBitmap and glBitmap types

master
Bergmann89 před 11 roky
rodič
revize
6f8cf08fa5
1 změnil soubory, kde provedl 6 přidání a 0 odebrání
  1. +6
    -0
      uglcBitmap.pas

glBitmap.pas → uglcBitmap.pas Zobrazit soubor

@@ -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);


Načítá se…
Zrušit
Uložit