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
line: https://github.com/openglsuperbible/sb6code/blob/master/src/tunnel/tunnel.cpp#L97
When getting shader info, I believe that fs should be passed in instead of vs, since we get vs directly above.
fs
vs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
line: https://github.com/openglsuperbible/sb6code/blob/master/src/tunnel/tunnel.cpp#L97
When getting shader info, I believe that
fs
should be passed in instead ofvs
, since we getvs
directly above.The text was updated successfully, but these errors were encountered: