Unit 'zgl_textures' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_zengl]

zglTTexture

Declaration

Source position: zgl_textures.pas line 82

type zglTTexture = record

  ID: LongWord;

  

  Width: Word;

  

  Height: Word;

  

  Format: Word;

  

  U: Single;

  

  V: Single;

  

  FramesCoord: array of zglTTextureCoord;

  

  Flags: LongWord;

  

  prev: zglPTexture;

  

  next: zglPTexture;

  

end;



CT Web help

CodeTyphon Studio