ebiten/internal/graphicsdriver
Hajime Hoshi d1c764640d internal/glfw, internal/graphicsdriver/opengl/gl: Use the last byte to detect a bool
When a C function returns a bool value, only the first byte of a
uintptr value matters. When we want to get a bool value from a C
function, filter this for sefety.
2021-08-25 02:09:55 +09:00
..
metal internal/graphicsdriver/metal: Rename files to remove +build comments 2021-08-23 02:06:09 +09:00
opengl internal/glfw, internal/graphicsdriver/opengl/gl: Use the last byte to detect a bool 2021-08-25 02:09:55 +09:00