ebiten/internal/graphicsdriver/directx
Hajime Hoshi 67430362cc internal/graphicsdriver/directx: add EBITENGINE_DIRECTX_FEATURE_LEVEL
A fix for #2447 was a breaking-change as the DirectX driver was no longer
available for some old graphics card.

To support such old cards, provide a new environment variable
EBITENGINE_DIRECTX_FEATURE_LEVEL to specify a feature level.
The possible values are 11_0, 11_1, 12_0, 12_1, and 12_2. The default
value is 12_0.

Closes #2466
2022-11-21 02:46:07 +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: add EBITENGINE_DIRECTX_FEATURE_LEVEL 2022-11-21 02:46:07 +09:00
graphics_windows.go internal/graphicsdriver/directx: add EBITENGINE_DIRECTX_FEATURE_LEVEL 2022-11-21 02:46:07 +09:00
pipeline_windows.go all: use uint32 instead of float32 for uniform values 2022-11-12 20:28:07 +09:00