ebiten/internal/graphicsdriver
Hajime Hoshi 84e53d4c61 internal/graphicsdriver/opengl, internal/uidriver/glfw: treat Win32 API errors correctly
The returned errors from syscall.Syscall* and windows.LazyProc.Call come
from GetLastError. The value of GetLastError is not reliable when the
function succeeds.

This change fixes the usages of error values. The error value is now
used only when the API explicitly fails.
2022-01-30 15:54:24 +09:00
..
metal internal/graphicsdriver/metal: disable presentsWithTransaction in the fullscreen mode 2022-01-26 03:55:14 +09:00
opengl internal/graphicsdriver/opengl, internal/uidriver/glfw: treat Win32 API errors correctly 2022-01-30 15:54:24 +09:00