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

"Your graphics card does not support vertex shaders!" Game is older than GPU #18

Open
NimBlemations opened this issue Aug 13, 2023 · 0 comments

Comments

@NimBlemations
Copy link

It appear that when I compile the game, it says that my GPU, which is 6 years younger than the game, doesn't support vertex shaders.

I have traced this error to GetCaps from LowLevelGraphicsSDL.cpp returning 0.

It is trying to check if _GLEE_AB_vertex_program is enabled, yet it isn't somehow, why is that? I surely don't know.

@NimBlemations NimBlemations changed the title "Your graphics card does not support vertex shaders!" "Your graphics card does not support vertex shaders!" Game is older than GPU Aug 13, 2023
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

1 participant