Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

#Actual_Flame1_

Posted 16 July 2012 - 06:00 AM

Thanks. D3D_DRIVER_TYPE_REFERENCE is working now with NULL adapter.

But i can't create swap chain now.
The function CreateSwapChain returns error - 0x887A0001(DXGI_ERROR_INVALID_CALL).


Also i can't run my application with WARP.
D3D_DRIVER_TYPE driver = D3D_DRIVER_TYPE_WARP;
D3D11CreateDevice(0, driver, 0, 0, 0, 0, D3D10_SDK_VERSION, &pDevice, NULL, NULL );
I have an error "The parameter is incorrect" again.

#3_Flame1_

Posted 16 July 2012 - 05:59 AM

Thanks. D3D_DRIVER_TYPE_REFERENCE is working now with NULL adapter.

But i can't create SwapChain now.
The function CreateSwapChain returns error - 0x887A0001(DXGI_ERROR_INVALID_CALL).


Also i can't run my application with WARP.
D3D_DRIVER_TYPE driver = D3D_DRIVER_TYPE_WARP;
D3D11CreateDevice(0, driver, 0, 0, 0, 0, D3D10_SDK_VERSION, &pDevice, NULL, NULL );
I have an error "The parameter is incorrect" again.

#2_Flame1_

Posted 16 July 2012 - 05:56 AM

Thanks. D3D_DRIVER_TYPE_REFERENCE is working now with NULL adapter.

But i can't create SwapChain now.
The function CreateSwapChain returns error - 0x887A0001.


Also i can't run my application with WARP.
D3D_DRIVER_TYPE driver = D3D_DRIVER_TYPE_WARP;
D3D11CreateDevice(0, driver, 0, 0, 0, 0, D3D10_SDK_VERSION, &pDevice, NULL, NULL );
I have an error "The parameter is incorrect" again.

#1_Flame1_

Posted 16 July 2012 - 05:16 AM

Thanks. D3D_DRIVER_TYPE_REFERENCE is working now with NULL adapter.

But i can't run my application with WARP.
D3D_DRIVER_TYPE driver = D3D_DRIVER_TYPE_WARP;
D3D11CreateDevice(0, driver, 0, 0, 0, 0, D3D10_SDK_VERSION, &pDevice, NULL, NULL );
I have an error "The parameter is incorrect" again.

PARTNERS