[Overview][Types][Classes][Index] Reference for unit 'DGraph' (#DEngine)

TTextureInfo

Informaciya o texture.

Declaration

Source position: DGraph.pas line 40

type TTextureInfo = record

  FileName: String;

  Width: Integer;

  Height: Integer;

  ID: GLuint;

end;