X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fengine%2Fe_textures.pas;h=8dfd2cc8392a4796b6714787e49b920fb5bbbf65;hp=53ad6c64ee378ac6512170b2cb32243ec289b18c;hb=0cf82d25f7ffee01d662d9d11793077805a263cb;hpb=9c2247dcfd066a8ffed3137433a909e862a65640 diff --git a/src/engine/e_textures.pas b/src/engine/e_textures.pas index 53ad6c6..8dfd2cc 100644 --- a/src/engine/e_textures.pas +++ b/src/engine/e_textures.pas @@ -75,8 +75,8 @@ function CreateTexture (var tex: GLTexture; Width, Height, aFormat: Word; pData: var Texture: GLuint; fmt: GLenum; - buf: PByte; - f, c: Integer; + //buf: PByte; + //f, c: Integer; begin tex.width := Width; tex.height := Height; @@ -215,12 +215,12 @@ end; function LoadTextureMem (pData: Pointer; dataSize: LongInt; var Texture: GLTexture; var pWidth, pHeight: Word; Fmt: PWord=nil): Boolean; var - image, ii: PByte; - width, height: Integer; - imageSize: Integer; + //image, ii: PByte; + //width, height: Integer; + //imageSize: Integer; img: TImageData; - x, y: Integer; - clr: TColor32Rec; + //x, y: Integer; + //clr: TColor32Rec; begin result := false; pWidth := 0; @@ -244,7 +244,7 @@ end; function LoadTextureMemEx (pData: Pointer; dataSize: LongInt; var Texture: GLTexture; fX, fY, fWidth, fHeight: Word; Fmt: PWord=nil): Boolean; var image, ii: PByte; - width, height: Integer; + //width, height: Integer; imageSize: Integer; img: TImageData; x, y: Integer;