obviousjim / ofxDOF

Depth of field addon for openFrameworks
26 stars 7 forks source link

Programmable Renderer #1

Open brannondorsey opened 10 years ago

brannondorsey commented 10 years ago

ofxDOF seems not to work when using the programmable renderer as it doesn't support #version 110 shaders. Are there any notable quick fixes to get ofxDOF's shaders to work with openGL3 #version 150 shaders?

obviousjim commented 10 years ago

this is gonna have to be a fairly big refactor -- I wont' be doing this any time soon as I'm not going to be using this add on in any upcoming projects

On Mon, Aug 18, 2014 at 8:26 PM, Brannon Dorsey notifications@github.com wrote:

ofxDOF seems not to work when using the programmable renderer as it doesn't support #version 110 shaders. Are there any notable quick fixes to get ofxDOF's shaders to work with openGL3 #version 150 shaders?

— Reply to this email directly or view it on GitHub https://github.com/obviousjim/ofxDOF/issues/1.

brannondorsey commented 10 years ago

No problem. This refactor might be a nice learning exercise if I have time. Thanks!