TD3DTextureCaps Record
ImagingDirect3D9

Contains some texture capabilities of Direct3D device.

Pascal
public TD3DTextureCaps = record
  PowerOfTwo: Boolean;
  CubePowerOfTwo: Boolean;
  VolumePowerOfTwo: Boolean;
  MaxWidth: LongInt;
  MaxHeight: LongInt;
  DXTCompression: Boolean;
  ATI3DcCompression: Boolean;
  MaxAnisotropy: LongInt;
  MaxSimultaneousTextures: LongInt;
  end;
File

ImagingDirect3D9 (at line 43)

Related Information
You are here: Symbol Reference > Structs, Records, Enums > TD3DTextureCaps Record