Confirmed users
156
edits
No edit summary |
mNo edit summary |
||
Line 156: | Line 156: | ||
</pre> | </pre> | ||
The adapter returned by this function can then be used with any DXGI device creation function, such as <tt>D3D10CreateDevice</tt>. Failure to negotiate the adapter properly (or use | The adapter returned by this function can then be used with any DXGI device creation function, such as <tt>D3D10CreateDevice</tt>. Failure to negotiate the adapter properly (or failure to use an IDXGIAdapter1) will result in undefined behavior. | ||
== Sample Code == | == Sample Code == |