ebiten/internal/graphicsdriver/directx
Hajime Hoshi 7a6cbcaea6 internal/graphicsdriver/directx: bug fix: wrong state transitions at screen images
This change fixes the following issues:
 * There should be two resource states for presenting targets, so an image
   for the screen must have two resource states, though it had only one
   in the current implementation.
 * At removeImage, the screen image was removed unexpectedly.

Updates #2081
Closes #2151
2022-06-18 19:06:39 +09:00
..
api_windows.go internal/graphicsdriver/directx: bug fix: disable fullscreen by Alt+Enter 2022-06-05 16:18:30 +09:00
graphics_windows.go internal/graphicsdriver/directx: bug fix: wrong state transitions at screen images 2022-06-18 19:06:39 +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