Skip to content

Commit 24e0b07

Browse files
committed
tinygo: bump glgl version and reorganize gleval to permit tinygo compilation
1 parent 4528eaf commit 24e0b07

File tree

10 files changed

+474
-520
lines changed

10 files changed

+474
-520
lines changed

examples/test/glsdf3test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func run() error {
4646
if err != nil {
4747
log.Fatal("FAIL to start GLFW", err.Error())
4848
}
49-
invoc := gleval.MaxComputeInvocations()
49+
invoc := glgl.MaxComputeInvocations()
5050
fmt.Println("invoc size:", invoc)
5151
programmer.SetComputeInvocations(invoc, 1, 1)
5252
defer terminate()

0 commit comments

Comments
 (0)