pandap / slimdx

Automatically exported from code.google.com/p/slimdx
MIT License
0 stars 0 forks source link

Missing a Result for DXGI_ERROR_NOT_CURRENTLY_AVAILABLE? #841

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hey guys, I don't know if this was intentional or not (I couldn't find it in 
the SlimDX source code), but when I call DXGI.SwapChain.SetFullscreenState, I 
sometimes get this error (it's my own doing).  However, according to the DXGI 
documentation this error should be considered continuable, or at least that's 
how I interpreted it, so I'm trying to handle it and move on.  But, I can't 
find a corresponding DXGI.ResultCode for it.  

I'm using the Sept 2011 version of SlimDX.

Obviously I can handle this by looking at the name or HRESULT, I thought I'd 
let you know that it was missing.

Original issue reported on code.google.com by tape.wyrm on 20 Oct 2011 at 3:06

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r2147.

Original comment by Mike.Popoloski on 15 Nov 2011 at 7:08