ebiten/internal/graphicsdriver/directx
Hajime Hoshi 2deceaa0af internal/graphicsdriver/directx: specify DX level 12
The DirectX initialization passed but crashed later on some old machines
supporting the feature level 11 but not 12.

This change fixes the issue by changing the required feature level from
11 to 12 so that the initialization fails and OpenGL is used as the
fallback.

Closes #2447
2022-11-12 12:25:24 +09:00
..
api_32bit_windows.go all: remove old // +build comments (#2431) 2022-11-03 12:55:14 +09:00
api_64bit_windows.go all: remove old // +build comments (#2431) 2022-11-03 12:55:14 +09:00
api_microsoftgdk_windows.go all: remove old // +build comments (#2431) 2022-11-03 12:55:14 +09:00
api_notmicrosoftgdk_windows.go all: remove old // +build comments (#2431) 2022-11-03 12:55:14 +09:00
api_windows.go internal/graphicsdriver/directx: specify DX level 12 2022-11-12 12:25:24 +09:00
graphics_windows.go internal/graphicsdriver/directx: specify DX level 12 2022-11-12 12:25:24 +09:00
pipeline_windows.go internal/graphicsdriver: render various destination regions as one command 2022-11-04 20:49:44 +09:00