ebiten/internal/graphicsdriver
Hajime Hoshi c183555cc8 internal/graphicsdriver/directx: bug fix: check the error at CreateGraphicsPipelineState at initialization
CreateGraphicsPipelineState someitmes causes an error
DXGI_ERROR_DEVICE_HUNG, but we failed to know why.

Instead of fixing this, check the error earlier and use the fallback
grpahics library OpenGL in this case.

Updates #2198
2022-07-29 16:20:09 +09:00
..
directx internal/graphicsdriver/directx: bug fix: check the error at CreateGraphicsPipelineState at initialization 2022-07-29 16:20:09 +09:00
metal internal/graphics: change the naming convention: Num -> Count 2022-07-13 02:02:44 +09:00
opengl internal/graphicsdriver/opengl/gl: bug fix: wrong build tag syntax 2022-07-15 23:34:09 +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/graphics: change the naming convention: Num -> Count 2022-07-13 02:02:44 +09:00