Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Shader exemple not working  (Read 903 times)

0 Members and 1 Guest are viewing this topic.

Mad Engineer

  • Newbie
  • *
  • Posts: 26
    • View Profile
    • Email
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 ???

FRex

  • Hero Member
  • *****
  • Posts: 1845
  • Back to C++ gamedev with SFML in May 2023
    • View Profile
    • Email
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.
Back to C++ gamedev with SFML in May 2023

 

anything