Created
December 23, 2013 17:06
-
-
Save ThePhD/8100704 to your computer and use it in GitHub Desktop.
This file contains 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 characters
ptr<IDXGIFactory, release_deleter> factory = null; | |
r = CreateDXGIFactory( __uuidof( IDXGIFactory ), static_cast<void**>( &factory ) ); | |
if ( r != 0 ) | |
throw ErrorCodeException( "Unable to create a DXGI Factory.", r ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment