Tagged Questions
10
votes
1answer
2k views
Writing to then reading from an offscreen FBO on iPhone; works on simulator but not on device?
I'm trying to do some image manipulation on the iPhone, basing things on the GLImageProcessing example from Apple.
Ultimately what I'd like to do is to load an image into a texture, perform one or ...
4
votes
6answers
3k views
OpenGL: How to implement an “eraser” tool?
I'm working on a game for the iPhone that has a drawing/paint mechanic involved and I'm having problems trying to create a tool that would erase things already painted.
The main problem is that the ...
3
votes
1answer
119 views
Paint app, using framebuffer to render texture in OpenGL ES
I'm trying to make simple paint application, based on Apple's GLPaint. To draw a line, GLPaint draws an array of points with brush texture. With blending in OpenGL turned on, every point of that line ...
3
votes
1answer
1k views
Render to texture or offscreen framebuffer
I have a problem with rendering to texture and offscreen framebuffer with OpenGL ES on iPhone.
First image shows mahjong tiles rendered to CAEAGLLayer directly and this is correct. Second one shows ...
3
votes
2answers
1k views
OpenGL ES 2.0 FBO creation goes wrong with unknown error
I've been struggling with this for a while now, and this code crashes with, to me, unknown reasons. I'm creating an FBO, binding a texture, and then the very first glDrawArrays() crashes with a ...
3
votes
1answer
1k views
Trying to render to texture using framebuffer always results in white texture
Using a couple of posts here in StackOverflow, I created what is supposed to be a simple render-to-texture using a framebuffer.
The problem here is that it's not working. Something is broken in the ...
2
votes
1answer
219 views
How to make a copy of the OpenGL ES framebuffer in iOS?
I'd like to copy the OpenGL ES framebuffer from video RAM to video RAM in my iOS game. How is this done?
Ideally I'll do this 30 times per second. Then transfer the contents of the copied buffer to ...
2
votes
1answer
180 views
CGImageRef from OpenGL ES framebuffer (iOS)
How can I efficiently create a CGImageRef from the EAGLView's framebuffer contents using glReadPixels? Perhaps I can "render directly to a texture"?
I'm relatively new to OpenGL ES so any help is ...
2
votes
1answer
477 views
iPhone opengl ES copy framebuffer into the renderbuffer
Hy folks,
I'm working on an animation in opengl es. The animation should draw squares. This works already, but how can I copy the content from the Framebuffer into the renderbuffer, the problem is ...
2
votes
2answers
2k views
glFramebufferTexture2D performance
I'm doing heavy computation using the GPU, which involves a lot of render-to-texture operations. It's an iterative computation, so there's a lot of rendering to a texture, then rendering that texture ...
2
votes
1answer
147 views
Is it possible to restore a previous GL framebuffer?
I'm working on an iPhone app that lets the user draw using GL. I used the GLPaint sample code project as a firm foundation, but now I want to add the ability for the user to load one of their previous ...
2
votes
1answer
680 views
Nexus One GL_FRAMEBUFFER_OES Extension… Not actually there?
I'm porting an iPhone app to Android, and I need to use OpenGL framebuffers. I have a Nexus One, and a call to glGet(GL_EXTENSIONS) shows that the Nexus One supports the same framebuffer extension as ...
1
vote
3answers
56 views
Keep the biggest values from source AND destination (bitwise OR) in OpenGL ES 2.0
let me explain the title a little. In the framebuffer I have some color values (for simplicity I am going to refer only to one color channel in binary e.g. 00000001 in a specific pixel). Then in that ...
1
vote
1answer
137 views
glReadPixels with FBO is too slow
I am using openGL ES 2.0 and GLSL shader and working on FBO with Renderbuffer, aka offscreen rendering.
It works fine with 30 fps.
But when I use glReadPixels or glcopyteximage2d, it drops to 8 fps.
...
1
vote
1answer
167 views
Binding multiple buffers in OpenGL ES
It is possible to bind multiple framebuffers and renderbuffers in OpenGL ES? I'm rendering into an offscreen framebuffer/renderbuffer and would prefer to just use my existing render code.
Here's ...
1
vote
0answers
40 views
Redraw old buffer question
My main scene is composed of GL_POINTS in 3D space. What I would like to do is be able to draw a single GL_LINES line (2d overlay) on top of the scene as the user moves his finger across the screen ...
1
vote
1answer
686 views
Problem in Reading data using glReadPixel()
Presently i am trying to read the pixel data from the frame Buffer in order to capture the screen in IOS. GlreadPixels command work fine when using the following code to setup frame buffer :-
...
1
vote
1answer
438 views
glFramebufferTexture2D fails on iPhone for certain texture sizes
When I try to attach a texture to a framebuffer, glCheckFramebufferStatus reports GL_FRAMEBUFFER_UNSUPPORTED for certain texture sizes. I've tested on both a 2nd and 4th generation iPod Touch. The ...
1
vote
1answer
513 views
How to switch between rendering and presenting framebuffers in iPhone OpenGL ES 2.0?
iPhone OpenGL ES 2.0..
First frame, render to my framebuffer then present it (as it works by default in the template OpenGL ES application).
On the next frame, I want to use that rendered ...
1
vote
1answer
2k views
iPhone OpenGL ES Contexts and Framebuffers
I'm attempting to setup a framebuffer properly in order to support depth and correct perspective. I'm using the OpenGL ES Application template in XCode and I have been following the guidelines as ...
1
vote
1answer
2k views
Android source code not working, reading frame buffer through glReadPixels
I am new to Android development and have an assignment to read frame buffer data after a specified interval of time.
I have come up with the following code:
public class mainActivity extends ...
1
vote
1answer
923 views
OpenGL ES Framebuffer weird mirroring when drawing
I really can't wrap my mind around this:
Previously I couldn't get Framebuffers to work, but I've got it going now. However, there is this incredibly weird mirroring going on with the texture ...
0
votes
1answer
47 views
Scaling the contents of OpenGL ES framebuffer
Currently I'm scaling down the contents of my OpenGL ES 1.1 framebuffer like this:
save current framebuffer and renderbuffer references
bind framebuffer2 and smallerRenderbuffer
re-render all ...
0
votes
1answer
239 views
How do I create a CVPixelBuffer with 32RGBA format for iPhone?
When trying to create a 32 bits RGBA CVPixelBuffer, I constantly get errors.
Most notably error -6680 which means: "The buffer does not support the specified pixel format."
This is the code ...
0
votes
1answer
48 views
Clearing/releasing OpenGL ES buffers
I'm creating an extra framebuffer and renderbuffer for offscreen rendering in my OpenGL ES 1.1 iOS app. When I render into the additional renderbuffer I start to see memory warnings in the XCode ...
0
votes
1answer
117 views
opengl - framebuffer texture clipped smaller than I set it?
I'm using opengl ES 2.0
I'm using a framebuffer linked to a texture to compile an offscreen render (of some simplistic metaballs), and then I'm rendering that texture to the main back buffer.
...
0
votes
0answers
114 views
Android GL ES2 buffer issue: garbled data
I am trying to save whatever is rendered on screen in a Open GL ES2 application, by not calling glClear on a renderbuffer or the framebuffer.
This has been working fine on a physical Nook Color. ...
0
votes
2answers
280 views
Why am I getting a GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT?
I'm developing an Android 2.2 app with NDK r6b. I'm developing OpenGL ES 2.0 code as native code (C++).
I have this C++ code:
RenderingEngine2::RenderingEngine2()
{
// Create & bind the ...
0
votes
1answer
414 views
OpenGL ES 2.x: How to Discard Depth Buffer glDiscardFramebufferEXT?
I read iOS OpenGL ES Logical Buffer Loads that a performance gain can be reached by "discarding" your depth buffer after each draw cycle. I try this, but it's as my game engine is not rendering any ...
0
votes
0answers
109 views
Open gl es shader “Ping pong” on iPhone
There is another SO thread that briefy describes the method for ping ponging with shaders, but I have found no code samples for doing so for the iPhone. Could anyone please supply a short example? If ...
0
votes
0answers
81 views
why do configs retrieved by eglGetConfigs give me EGL_NATIVE_VISUAL_ID of zero
I call eglGetConfigAttrib with EGL_NATIVE_VISUAL_ID and it lists 0 for each one.
Configs retrieved with specific attrbitue lists and eglChooseConfig seem to work correctly.
As does retriving other ...
0
votes
2answers
338 views
How to get access to main screen/OpenGL buffer in Android?
I'd like to get access to the main (OpenGL) screen in Android to implement some overlay 3D effects.
Is it possible to do so?
If yes, how can I do it?
When amending this context, my application should ...
0
votes
1answer
358 views
Save a texture to a file in Android & OpenGL ES 2.0
As far as I understand sending a texture to OGLES2 is done using GLUtils.textImage2D, i.e. I upload the texture to the GPU. How do I send it back to Android then (download it from the GPU)?
Thanks!
0
votes
1answer
808 views
How to do something like Photoshop's screen Blending with glBlendFunc (OpenGL ES 1.x)?
I have a simple one channel (8bit) bitmap with luminance data only, and I want to blend it with the existing framebufer like Screen blending mode does it in Photoshop.
So the source's white pixels ...
0
votes
1answer
1k views
Framebuffers, textures and glColor behavior in OpenGL/OpenGL ES
I apologize in advance if this question seems confused. The behaviour I am seeing makes no sense to me.
I have a Framebuffer rendering to a texture. I render solid rectangles of red, green, blue of ...