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

TDXUTTextureNode

Declaration

Source position: DirectXUT.pas line 411

type TDXUTTextureNode = record

  bFileSource: Boolean;

  

  hResourceModule: HMODULE;

  

  nResourceID: Integer;

  

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

  

  pTexture: IDirect3DTexture9;

  

  dwWidth: DWORD;

  

  dwHeight: DWORD;

  

end;



CT Web help

CodeTyphon Studio