mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-27 04:08:53 +01:00
67430362cc
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 |
||
---|---|---|
.. | ||
api_32bit_windows.go | ||
api_64bit_windows.go | ||
api_microsoftgdk_windows.go | ||
api_notmicrosoftgdk_windows.go | ||
api_windows.go | ||
graphics_windows.go | ||
pipeline_windows.go |