You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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
fromLowLevelGraphicsSDL.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.The text was updated successfully, but these errors were encountered: