ebiten/internal/graphicsdriver
Hajime Hoshi b71a4975dd 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:01:59 +09:00
..
directx internal/graphicsdriver/directx: bug fix: wrong state transitions at screen images 2022-06-18 19:01:59 +09:00
metal internal/graphicsdriver/metal: bug fix: the default driver must be initialized on the main thread 2022-06-17 14:58:26 +09:00
opengl internal/graphicsdriver/opengl: replace Get with NewGraphics (#2146) 2022-06-17 02:02:29 +09:00
compositemode.go internal/driver: rename to internal/graphicsdriver 2022-02-06 20:41:32 +09:00
filter.go internal/driver: rename to internal/graphicsdriver 2022-02-06 20:41:32 +09:00
graphics.go internal/graphicsdriver: remove Graphics.NDCYDirection 2022-04-04 03:03:44 +09:00