ebiten/internal/graphicsdriver
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
..
directx internal/graphicsdriver/directx: specify DX level 12 2022-11-12 12:25:24 +09:00
metal internal/graphicsdriver: render various destination regions as one command 2022-11-04 20:49:44 +09:00
opengl all: remove unnecessary copying 2022-11-11 00:28:47 +09:00
blend.go ebiten: add blend factors 2022-10-18 00:21:13 +09:00
graphics.go internal/graphicsdriver: render various destination regions as one command 2022-11-04 20:49:44 +09:00