Unit 'PXL.Windows.D3D7' Package
[Overview][Constants][Types][Classes][Index] [#pl_asphyrepxl]

D3DDEVICEDESC7

Declaration

Source position: PXL.Windows.D3D7.pas line 467

type D3DDEVICEDESC7 = record

  dwDevCaps: LongWord;

  

  dpcLineCaps: D3DPRIMCAPS;

  

  dpcTriCaps: D3DPRIMCAPS;

  

  dwDeviceRenderBitDepth: LongWord;

  

  dwDeviceZBufferBitDepth: LongWord;

  

  dwMinTextureWidth: LongWord;

  

  dwMinTextureHeight: LongWord;

  

  dwMaxTextureWidth: LongWord;

  

  dwMaxTextureHeight: LongWord;

  

  dwMaxTextureRepeat: LongWord;

  

  dwMaxTextureAspectRatio: LongWord;

  

  dwMaxAnisotropy: LongWord;

  

  dvGuardBandLeft: D3DVALUE;

  

  dvGuardBandTop: D3DVALUE;

  

  dvGuardBandRight: D3DVALUE;

  

  dvGuardBandBottom: D3DVALUE;

  

  dvExtentsAdjust: D3DVALUE;

  

  dwStencilCaps: LongWord;

  

  dwFVFCaps: LongWord;

  

  dwTextureOpCaps: LongWord;

  

  wMaxTextureBlendStages: Word;

  

  wMaxSimultaneousTextures: Word;

  

  dwMaxActiveLights: LongWord;

  

  dvMaxVertexW: D3DVALUE;

  

  deviceGUID: TGuid;

  

  wMaxUserClipPlanes: Word;

  

  wMaxVertexBlendMatrices: Word;

  

  dwVertexProcessingCaps: LongWord;

  

  dwReserved1: LongWord;

  

  dwReserved2: LongWord;

  

  dwReserved3: LongWord;

  

  dwReserved4: LongWord;

  

end;



CT Web help

CodeTyphon Studio