wowsers. android app works

This commit is contained in:
Jeff Carr 2023-03-15 09:19:04 -05:00
parent fe07c0fb6e
commit a06652bfed
2 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,8 @@ func main() {
log.Fatalln("Failed to initialize OpenGL:", err)
}
gl.ClearColor(0.1, 0.1, 0.1, 1.0)
// gl.ClearColor(0.1, 0.5, 0.8, 0.5) // blue
gl.ClearColor(0.1, 1, 0.1, 0.5) // neon
for !window.ShouldClose() {
gl.Clear(gl.COLOR_BUFFER_BIT)

Binary file not shown.