mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 02:38:53 +01:00
4a684c4195
The error value are defined as windows.Handle (64bit) in golang.org/x/sys/windows, but an actual type should be HRESULT (32bit). This causes an issue that a returning value from a Windows API was recognized as a non-zero error value though the value was not an error, when the value's lower 32-bits are all zero. See also https://github.com/golang/go/issues/48736#issuecomment-1143993096 Updates #2113 |
||
---|---|---|
.. | ||
directx | ||
metal | ||
opengl | ||
compositemode.go | ||
filter.go | ||
graphics.go |