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

TD3DEnumDeviceSettingsCombo

Declaration

Source position: DirectXUT.pas line 126

type TD3DEnumDeviceSettingsCombo = record

  AdapterOrdinal: LongWord;

  

  DeviceType: TD3DDevType;

  

  AdapterFormat: TD3DFormat;

  

  BackBufferFormat: TD3DFormat;

  

  Windowed: Boolean;

  

  depthStencilFormatList: array of TD3DFormat;

  

  multiSampleTypeList: array of TD3DMultiSampleType;

  

  multiSampleQualityList: array of DWORD;

  

  presentIntervalList: array of LongWord;

  

  DSMSConflictList: array of TD3DEnumDSMSConflict;

  

  pAdapterInfo: CD3DEnumAdapterInfo;

  

  pDeviceInfo: CD3DEnumDeviceInfo;

  

end;



CT Web help

CodeTyphon Studio