Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
Graphics
»
Shader exemple not working
Print
Pages: [
1
]
Author
Topic: Shader exemple not working (Read 1161 times)
0 Members and 1 Guest are viewing this topic.
Mad Engineer
Newbie
Posts: 26
Shader exemple not working
«
on:
December 27, 2013, 06:41:34 pm »
When i start Shader example that comes with SFML 2.0 it says shader not supported. Does that mean shaders for that example are written with GLSL that my GPU does not support
Logged
FRex
Hero Member
Posts: 1848
Back to C++ gamedev with SFML in May 2023
Re: Shader exemple not working
«
Reply #1 on:
December 27, 2013, 08:08:43 pm »
Message from here:
https://github.com/SFML/SFML/blob/master/src/SFML/Graphics/Shader.cpp#L448
means they are just not supported at all.
Other messages might mean the GLSL is higher than your card's supported version.
You might want to test your GL and GLSL version and make sure drivers are up to date.
Logged
Back to C++ gamedev with SFML in May 2023
Print
Pages: [
1
]
SFML community forums
»
Help
»
Graphics
»
Shader exemple not working
anything