Contains some texture capabilities of Direct3D device.
public TD3DTextureCaps = record PowerOfTwo: Boolean; CubePowerOfTwo: Boolean; VolumePowerOfTwo: Boolean; MaxWidth: LongInt; MaxHeight: LongInt; DXTCompression: Boolean; ATI3DcCompression: Boolean; MaxAnisotropy: LongInt; MaxSimultaneousTextures: LongInt; end;
ImagingDirect3D9 (at line 43)