etiennebalit / pyprocessing

Automatically exported from code.google.com/p/pyprocessing
2 stars 1 forks source link

FBO flip policy does not handle corectly sketches which use alpha blending #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try an example sketch such as fpstest.py
2. Use hint(FBO_FLIP_POLICY) before calling size()

Results are different from those obtained with, say, hint(DOUBLE_FLIP_POLICY)

Original issue reported on code.google.com by claudio....@gmail.com on 30 Sep 2009 at 1:10

GoogleCodeExporter commented 9 years ago
The FBO flip policy has been altered in order to fix this problem. 
The next release will have the new and fixed version.

Original comment by uo.strat...@gmail.com on 6 May 2011 at 5:38