wowsers. android app works
This commit is contained in:
parent
fe07c0fb6e
commit
a06652bfed
|
@ -42,7 +42,8 @@ func main() {
|
||||||
log.Fatalln("Failed to initialize OpenGL:", err)
|
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() {
|
for !window.ShouldClose() {
|
||||||
gl.Clear(gl.COLOR_BUFFER_BIT)
|
gl.Clear(gl.COLOR_BUFFER_BIT)
|
||||||
|
|
BIN
my_gomobile.apk
BIN
my_gomobile.apk
Binary file not shown.
Loading…
Reference in New Issue