ebiten/internal/graphicsdriver
Hajime Hoshi 7bb7e45522 internal/graphicsdriver/metal, internal/graphicsdriver/opengl: change the return type to interface
Converting a nil with a pointer type to an interface type is no longer
a nil-nil interface, and then comparing with nil causes an unexpected
results.
2022-03-24 03:24:58 +09:00
..
metal internal/graphicsdriver/metal, internal/graphicsdriver/opengl: change the return type to interface 2022-03-24 03:24:58 +09:00
opengl internal/graphicsdriver/metal, internal/graphicsdriver/opengl: change the return type to interface 2022-03-24 03:24:58 +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/graphicsdriver: let some functions return an error 2022-03-21 22:23:12 +09:00