Informaciya o texture.
Source position: DGraph.pas line 40
type TTextureInfo = record
FileName: String;
Width: Integer;
Height: Integer;
ID: GLuint;
end;