framebuffer
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.[详细]
2023-04-08 10:55 分类:问答OpenGL Framebuffer, drawing to texture
We have a hard time figuring out rendering to texture using framebuffer objects. We have managed to draw our texture unto another texture, but the texture isn\'t centered.[详细]
2023-04-07 01:10 分类:问答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\"?[详细]
2023-04-03 17:32 分类:问答framebuffer and using shaders in opengl
I\'m quite a bit confused about framebuffers. What I wan开发者_运维百科t to do is using a framebuffer with multiple textures attached, fill every texture and then use a shader to combine (blend) all t[详细]
2023-04-03 13:00 分类:问答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 whi[详细]
2023-03-28 18:50 分类:问答Read Framebuffer-texture like an 1D array
I am doing some gpgpu开发者_JAVA技巧 calculations with GL and want to read my results from the framebuffer.[详细]
2023-03-25 20:27 分类:问答Reading data using glReadPixel() with multisampling
Presently I am trying to read the pixel data from the frame Buffer in order to capture the screen in IOS. GlreadPixels command works fine when using the following code to setup frame buffer :-[详细]
2023-03-23 22:28 分类:问答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.[详细]
2023-03-22 05:04 分类:问答Fastest way to draw characters in a console (framebuffer)?
What would be the fastest way to render characters in a framebuffer based console? I\'m using the iso_font.h font from the XNU distribution.[详细]
2023-03-19 10:23 分类:问答Maximum OpenGL FrameBuffer Object size limit?
I am working on an OpenGL application on my laptop. My app shows lots of black and white unrecognizable patterns when I try to display a monochrome image (quite large). I have a hunch that it could be[详细]
2023-03-19 06:36 分类:问答