openframeworks / openframeworks/openFrameworks
iOS error related to setting the GL context.
@julapy is already working on this.
Since Oct 15, 2015.
- Dominant language
- C++
- Stars
- 10.4k
- Forks
- 2.6k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 9
Description
since iOS9 ive seen the messages below come up in the console.
and have noticed that fbos appear not to render correctly as a result.
will look into it, but for now just wanted to log it first...
Oct 15 13:02:59 emptyExample[12837] : CGContextSaveGState: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable.
Oct 15 13:02:59 emptyExample[12837] : CGContextTranslateCTM: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable.
Oct 15 13:02:59 emptyExample[12837] : CGContextRestoreGState: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable.
2015-10-15 13:02:59.512 emptyExample[12837:1133746] Creating OpenGL ES1 Renderer
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.