Tagged Questions
2
votes
0answers
154 views
Shader Maker version 130 is not supported
I am trying to compile a vertex shader with Shader Maker and if I try to use the version 130 it says:
Compiling Vertex Shader
ERROR: 0:3: '' : version '130' is not supported
Compiling ...
0
votes
0answers
196 views
GLSL Vertex Shader works on Windows but not on OS X
I have a a vertex shader that's split into two files. It has about 30 uniforms (including an array of struct objects). It works just fine in my program on Windows but when I run the application under ...
2
votes
1answer
1k views
Does Macbook Air 2012 (Intel HD4000) support GLSL 1.3+?
I'm using SDL2 and GLEW on OSX Mountain Lion (2012 Macbook Air) to create an OpenGL context. Querying for the GLSL version, it reports GLSL version 1.2. I'm curious if this is a limitation of the ...
4
votes
1answer
254 views
GLSL Editor and Debugger for MacOSX with ES2 support
is there a GLSL editor for the mac? I need it for iOS OpenGLES2 shader.
How do you best debug shader?
Regards