Revision 484a52a7
Added by Leszek Koltunski almost 9 years ago
| src/main/java/org/distorted/library/DistortedFramebuffer.java | ||
|---|---|---|
| 274 | 274 |
* Must be called from a thread holding OpenGL Context |
| 275 | 275 |
* |
| 276 | 276 |
* @param fbo The Framebuffer whose COLOR attachment 0 will be used as input texture. |
| 277 |
* Please note that rendering from an FBO to itself is unsupported by OpenGL! |
|
| 277 | 278 |
* @param grid Class descendant from GridObject |
| 278 | 279 |
* @param effects The DistortedEffects to use when rendering |
| 279 | 280 |
* @param time Current time, in milliseconds. |
Also available in: Unified diff
Comment!