-
Notifications
You must be signed in to change notification settings - Fork 579
New issue
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
Does not open #45
Comments
I am trying to run it with current nvidia driver. i also had a black screen. in nsigth i saw that the fragment shaders are not used. gl_FragColor is an old way to do it. defining gl_FragColor is wrong because it will shadow the inbuild variable named gl_FragColor. just comment out the line "out vec4 gl_FragColor;" the shader is now used and write colours to the fb. |
I have black screen with exe included in the repo. Modifying fragment shaders as @multivac3834 mentions solves the issue. In fact it was quite easy to fix as shader logs confirm the problem. |
@multivac3834 Could you please document your findings on #13? As it would probably make more sense to track this issue there. |
commenting out the lines work, there are 5 files total to be edited, just use VSCode to find them all |
Again, the "black window" issue is tracked on #13 , please go there to document anything you find out. |
No description provided.
The text was updated successfully, but these errors were encountered: