Top "Framebuffer" questions

In general a framebuffer is a graphic hardware-independent abstraction layer used to display output to a monitor or display.

glGenFramebuffers, glBindFramebuffer etc undeclared

I'm trying to set up a frame buffer object but I am getting errors. glGenFramebuffers is always undeclared, as are …

opengl framebuffer fbo undeclared-identifier
Direct access to linux framebuffer - copyarea

I want to move very quickly a rectangle over a framebuffer in an embedded linux application. I have found that …

linux embedded kernel framebuffer
OpenGL framebuffer: can clear it, but can't draw to it

On a Mac, I've got an OpenGL setup that is working just fine apart from framebuffers - texturing works, etc. …

opengl framebuffer
OpenGL, how to use depthbuffer from framebuffer as usual depth buffer

I have frame buffer, with depth component and 4 color attachments with 4 textures I draw some stuff into it and unbind …

opengl framebuffer depth-buffer
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 …

opengl framebuffer
Why would glBindFramebuffer(GL_FRAMEBUFFER, 0) result in blank screen in cocos2D-iphone?

[iPad-3]-[iOS 5.0]-[Objective-C]-[XCode 4.3.3]-[Cocos2D]-[openGL|ES 2.0] I'm learning how to use openGL|ES 2.0 …

opengl-es screen opengl-es-2.0 framebuffer
QGLWidget and fast offscreen rendering

Is it possible to render totally offscreen in a QGLWidget with Qt without the need to repaint the scene to …

c++ qt opengl framebuffer off-screen
Android: How can you get framebuffer (screenshot) on rooted device?

I tried : process = Runtime.getRuntime().exec("su -c cat /dev/graphics/fb0 > /sdcard/frame.raw"); process.waitFor(); but it …

android screenshot framebuffer
Framebuffer Documentation

Is there any documentation on how to write software that uses the framebuffer device in Linux? I've seen a couple …

linux framebuffer
Using OpenGL ES 2.0 FrameBuffer (FBO) and Stencil in android Native code (ndk)

I am trying to generate a frambuffer object and use stencil inside a native android application using the NDK (r5…

android android-ndk framebuffer stencil-buffer stencils