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

DXUTCreateDevice

Declaration

Source position: DirectXUT.pas line 2680

function DXUTCreateDevice(

  AdapterOrdinal: LongWord = D3DADAPTER_DEFAULT;

  bWindowed: Boolean = True;

  nSuggestedWidth: Integer = 0;

  nSuggestedHeight: Integer = 0;

  pCallbackIsDeviceAcceptable: PDXUTCallbackIsDeviceAcceptable = Nil;

  pCallbackModifyDeviceSettings: PDXUTCallbackModifyDeviceSettings = Nil;

  pUserContext: Pointer = Nil

):HRESULT;



CT Web help

CodeTyphon Studio