About 18,600 results
Open links in new tab
  1. Framebuffer - Wikipedia

    A framebuffer (frame buffer, or sometimes framestore) is a portion of random-access memory (RAM) [1] containing a bitmap that drives a video display. It is a memory buffer containing data representing all …

  2. Framebuffer - OpenGL Wiki - Khronos Group

    Jun 9, 2023 · Framebuffer A Framebuffer is a collection of buffers that can be used as the destination for rendering. OpenGL has two kinds of framebuffers: the Default Framebuffer, which is provided by the …

  3. The Frame Buffer Device — The Linux Kernel documentation

    May 10, 2001 · The Frame Buffer Device ¶ Last revised: May 10, 2001 0. Introduction ¶ The frame buffer device provides an abstraction for the graphics hardware. It represents the frame buffer of …

  4. The Frame Buffer Device — The Linux Kernel documentation

    May 10, 2001 · 10. Credits ¶ This readme was written by Geert Uytterhoeven, partly based on the original X-framebuffer.README by Roman Hodek and Martin Schaller. Section 6 was provided by …

  5. LearnOpenGL - Framebuffers

    The framebuffer bound to GL_READ_FRAMEBUFFER is then used for all read operations like glReadPixels and the framebuffer bound to GL_DRAW_FRAMEBUFFER is used as the destination …

  6. Linux Framebuffer: A Comprehensive Guide - linuxvox.com

    Jan 16, 2026 · The Linux Framebuffer is a crucial component in the Linux operating system, especially when it comes to handling graphics and displaying information on a screen. It provides a simple and …

  7. Linux framebuffer - Wikipedia

    Applications There are three applications of the Linux framebuffer: An implementation of text Linux console that doesn't use hardware text mode (useful when that mode is unavailable, or to overcome …

  8. Framebuffer - HandWiki

    A framebuffer (frame buffer, or sometimes framestore) is a portion of random-access memory (RAM) containing a bitmap that drives a video display. It is a memory buffer containing data representing all …

  9. OpenGL - Framebuffers

    Framebuffers In the previous chapters we've looked at the different types of buffers OpenGL offers: the color, depth and stencil buffers. These buffers occupy video memory like any other OpenGL object, …

  10. Framebuffer Object - OpenGL Wiki - Khronos Group

    Jul 23, 2024 · Framebuffer objects are a collection of attachments. To help explain lets explicitly define certain terminology. Image For the purposes of this article, an image is a single 2D array of pixels. It …