-
-
Save Reedbeta/4431418 to your computer and use it in GitHub Desktop.
Revisions
-
Reedbeta revised this gist
Jan 2, 2013 . 1 changed file with 14 additions and 14 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,19 +1,19 @@ if (FAILED(D3D11CreateDevice( NULL, D3D_DRIVER_TYPE_HARDWARE, NULL, #if _DEBUG D3D11_CREATE_DEVICE_DEBUG, #else 0, #endif NULL, 0, D3D11_SDK_VERSION, g_pDevice.address(), &featureLevel, g_pContext.address()))) { fprintf(stderr, "Could not create D3D11 device!\n"); return false; } -
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ if (FAILED(D3D11CreateDevice( NULL, D3D_DRIVER_TYPE_HARDWARE, NULL, #if _DEBUG D3D11_CREATE_DEVICE_DEBUG, #else 0, #endif NULL, 0, D3D11_SDK_VERSION, g_pDevice.address(), &featureLevel, g_pContext.address()))) { fprintf(stderr, "Could not create D3D11 device!\n"); return false; }