Unit 'DirectXUT' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_win_directxut]

TDXUTCacheTexture

Declaration

Source position: DirectXUT.pas line 1555

type TDXUTCacheTexture = record

  Location: TDXUTCacheSourceLocation;

  

  wszSource: array [0..MAX_PATH-1] of WideChar;

  

  hSrcModule: HMODULE;

  

  Width: LongWord;

  

  Height: LongWord;

  

  Depth: LongWord;

  

  MipLevels: LongWord;

  

  Usage: DWORD;

  

  Format: TD3DFormat;

  

  Pool: TD3DPool;

  

  _Type: D3DRESOURCETYPE;

  

  pTexture: IDirect3DBaseTexture9;

  

end;



CT Web help

CodeTyphon Studio