ebiten/internal/graphicsdriver/directx
Hajime Hoshi 29b41fd07f internal/graphicsdriver/directx: bug fix: ignore DXGI_STATUS_OCCLUDED
When a screen is locked, an Ebitengine application crashed as the
swap chain's Present returned DXGI_STATUS_OCCLUDED.

Let's ignore the error and continue to run the applications. In the
ideal world, an application should stop running during the screen lock,
so let's revisit this later.

This fix also fixes the issue that a Win32API GetCursorPos returned
an error ERROR_ACCESS_DENIED when the screen was locked.

Closes #2179
2022-07-04 13:00:12 +09:00
..
api_windows.go internal/graphicsdriver/directx: bug fix: ignore DXGI_STATUS_OCCLUDED 2022-07-04 13:00:12 +09:00
graphics_windows.go internal/graphicsdriver/directx: bug fix: clear constant buffers at the end of DrawTriangles 2022-06-19 17:19:31 +09:00
pipeline_windows.go internal/graphicsdriver/directx: bug fix: ID3D12Resource::Unmap does not return an value 2022-06-02 12:56:48 +09:00