HaxePunk / post-process

[Deprecated] Post processing using GLSL in HaxePunk
MIT License
13 stars 3 forks source link

Draw functions are being rendered after shaders #6

Open matrefeytontias opened 9 years ago

matrefeytontias commented 9 years ago

While entities and such are correctly rendered and affected by shaders, the latter will have no effect whatsoever on graphics produced by calling functions from the Draw class. It looks as if the shaders were rendered before the Draw buffer, although tracing shows that it's not (at least if I understood correctly).