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

Fix geometry shader example #3038

Merged
merged 1 commit into from
May 23, 2024
Merged

Fix geometry shader example #3038

merged 1 commit into from
May 23, 2024

Conversation

ChrisThrasher
Copy link
Member

@ChrisThrasher ChrisThrasher commented May 23, 2024

##Description

This geometry shader is optional since it may be skipped on hardware where geometry shaders are not supported. The way I rewrote it in 7234fc1 resulted in the shader still being attempted to be loaded even when geometry shaders were not supported leading to the whole program crashing.

My bad.

This example is optional since it may be skipped on hardware where
geometry shaders are not supported. The way I rewrote it in 7234fc1
resulted in the shader still being attempted to be loaded even when
geometry shaders were not supported leading to the whole program
crashing.

My bad.
@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 9213734427

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 55.553%

Totals Coverage Status
Change from base Build 9202803447: 0.0%
Covered Lines: 11467
Relevant Lines: 19540

💛 - Coveralls

@ChrisThrasher ChrisThrasher merged commit eb41707 into master May 23, 2024
209 checks passed
@ChrisThrasher ChrisThrasher deleted the fix_shader_example branch May 23, 2024 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants