Unit 'nxDX' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#pl_nxpascal]

TTexture

Declaration

Source position: nxDX.pas line 8

type TTexture = record

  name: string;

  

  sizeX: Word;

  

  sizeY: Word;

  

  values: Word;

  

  index: Cardinal;

  

  format: Cardinal;

  

  Data: PByteArray;

  

end;



CT Web help

CodeTyphon Studio