瀏覽代碼

* renamed glBitmap and glBitmap types

master
Bergmann89 11 年之前
父節點
當前提交
6f8cf08fa5
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. +6
    -0
      uglcBitmap.pas

glBitmap.pas → 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);


Loading…
取消
儲存