We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2022/06/16 02:51:30 failed diffues panic: loadShader: ERROR: 0:1: '' : version '300' is not supported ERROR: 0:1: '' : syntax error: #version ERROR: 0:2: '' : #version required and missing. ERROR: 0:3: '0' : syntax error: integers in layouts require GLSL 140 or later
goroutine 19 [running]: main.runGame() /Users/____/Documents/GitHub/raylib-game-1/main.go:27 +0xe4c github.com/faiface/mainthread.Run.func1() /Users//go/pkg/mod/github.com/faiface/[email protected]/mainthread.go:37 +0x26 created by github.com/faiface/mainthread.Run /Users//go/pkg/mod/github.com/faiface/[email protected]/mainthread.go:36 +0xb8 exit status 2
The text was updated successfully, but these errors were encountered:
Todo - buy a mac
Sorry, something went wrong.
No branches or pull requests
2022/06/16 02:51:30 failed diffues
panic: loadShader: ERROR: 0:1: '' : version '300' is not supported
ERROR: 0:1: '' : syntax error: #version
ERROR: 0:2: '' : #version required and missing.
ERROR: 0:3: '0' : syntax error: integers in layouts require GLSL 140 or later
goroutine 19 [running]:
main.runGame()
/Users/____/Documents/GitHub/raylib-game-1/main.go:27 +0xe4c
github.com/faiface/mainthread.Run.func1()
/Users//go/pkg/mod/github.com/faiface/[email protected]/mainthread.go:37 +0x26
created by github.com/faiface/mainthread.Run
/Users//go/pkg/mod/github.com/faiface/[email protected]/mainthread.go:36 +0xb8
exit status 2
The text was updated successfully, but these errors were encountered: