Summary: | GLJPanel Offscreen FBO size may exceed GL MAX TEXTURE SIZE, only use an FBO TextureAttachment if required | ||
---|---|---|---|
Product: | [JogAmp] Jogl | Reporter: | Sven Gothel <sgothel> |
Component: | awt | Assignee: | Sven Gothel <sgothel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | askinner |
Priority: | --- | ||
Version: | 2 | ||
Hardware: | All | ||
OS: | all | ||
Type: | --- | SCM Refs: |
9be28a33fa92cfa52bdf13ad5c21f8317f66c319
|
Workaround: | --- | ||
Bug Depends on: | 1037 | ||
Bug Blocks: |
Description
Sven Gothel
2014-06-06 19:39:30 CEST
9be28a33fa92cfa52bdf13ad5c21f8317f66c319: We only require an FBO TextureAttachment if using GLSL vertical flip, otherwise we simply requires a color renderbuffer. Further, the 'FBO fboFlipped' in GLSL vertical flip mode also simply requires a color renderbuffer. |