Skip to content

Commit 93ef356

Browse files
committed
app: call Start on darwin
Still working on how/when to call Stop. Change-Id: Ice56c4c71ba351765657bb86dc01649c8238859e Reviewed-on: https://go-review.googlesource.com/1885 Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
1 parent b2e453e commit 93ef356

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/darwin.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ func initGL() {
7474
var id C.GLuint
7575
C.glGenVertexArrays(1, &id)
7676
C.glBindVertexArray(id)
77+
if cb.Start != nil {
78+
cb.Start()
79+
}
7780
}
7881

7982
var cb Callbacks

0 commit comments

Comments
 (0)