eaglcontext Questions
3
Solved
I'm developing an iOS openGL ES application.
I'm doing the usual EAGLView / ES2Render stuff.
On startup, frambuffer creation succeeds, using the following code:
- (BOOL) createFramebuffers
{
[E...
Forrest asked 20/8, 2013 at 3:39
1
I am trying to place images into a UITableViewCell using a GLKView to draw the image.
I have a prototype cell in a storyboard, in which I have a GLKView. It does not have Enable setNeedsDisplay ch...
Silvan asked 18/9, 2016 at 23:54
1
When I setup a GLKViewController/GLKView for drawing with CoreImage I sometimes get the notice in the title.
The setup looks like this:
_context = [[EAGLContext alloc] initWithAPI:kEAGLRenderingA...
Betsey asked 15/2, 2012 at 10:47
1
Possible Duplicate:
How to get UIImage from EAGLView?
So I was just wondering if anybody knows any way to save what is stored in an EAGLContext as a UIImage.
I am currently using:
U...
Dawnedawson asked 14/6, 2012 at 15:20
1
Solved
Spoiler: I'm fairly confident that the answer is NO, but that's only after a day of very frustrated debugging. Now I would like to know if that is indeed the case (and if so, how I might have known...
Beaconsfield asked 19/8, 2011 at 17:33
1
© 2022 - 2024 — McMap. All rights reserved.