Unit 'PXL.Windows.DXGI' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_asphyrepxl]

DXGI_SWAP_CHAIN_DESC1

Declaration

Source position: PXL.Windows.DXGI.pas line 639

type DXGI_SWAP_CHAIN_DESC1 = record

  Width: LongWord;

  

  Height: LongWord;

  

  Format: DXGI_FORMAT;

  

  Stereo: LongBool;

  

  SampleDesc: DXGI_SAMPLE_DESC;

  

  BufferUsage: DXGI_USAGE;

  

  BufferCount: LongWord;

  

  Scaling: DXGI_SCALING;

  

  SwapEffect: DXGI_SWAP_EFFECT;

  

  AlphaMode: DXGI_ALPHA_MODE;

  

  Flags: LongWord;

  

end;



CT Web help

CodeTyphon Studio