Tagged Questions
1
vote
1answer
623 views
Shader authoring/editing tools for GLSL ES
Since Render Monkey has been discontinued (perhaps due to the complexity of today's shading languages), there are few successors that can match its functionality. Is there any useful tool for material ...
1
vote
1answer
195 views
Intercepting DirectX calls and optimizing the overal performance of games
I would like to use a DirectX proxy dll to intercept (and possibly optimize) the graphics calls being made by normal PC games. I am going to "screen cast" a game with ffmpeg or something similar and ...
4
votes
1answer
248 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