Skip to content
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

Open
bowiebo1 opened this issue Sep 22, 2021 · 6 comments
Open

Does not open #45

bowiebo1 opened this issue Sep 22, 2021 · 6 comments

Comments

@bowiebo1
Copy link

No description provided.

@ehx-v1
Copy link

ehx-v1 commented Oct 10, 2021

Same black window as #13 and #44?

@multivac3834
Copy link

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.

@ehx-v1 ehx-v1 mentioned this issue Dec 12, 2021
@szymor
Copy link

szymor commented Jan 18, 2022

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.

@ehx-v1
Copy link

ehx-v1 commented Jan 19, 2022

@multivac3834 Could you please document your findings on #13? As it would probably make more sense to track this issue there.

@vanzeven
Copy link

vanzeven commented Dec 5, 2022

commenting out the lines work, there are 5 files total to be edited, just use VSCode to find them all

@ehx-v1
Copy link

ehx-v1 commented Feb 25, 2023

Again, the "black window" issue is tracked on #13 , please go there to document anything you find out.

@sikailud sikailud mentioned this issue Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants