The frame buffer object architecture (FBO) is an extension to OpenGL for doing flexible off-screen rendering, including rendering to a texture. By capturing images that would normally be drawn to the screen, it can be used to implement a large variety of image filters, and post-processing effects. The FBO is analogous to the render targets model in DirectX. It is used in OpenGL for its efficiency and ease of use. The use of FBOs doesn't suffer from the overhead associated with OpenGL drawing context switching, and has largely superseded the pbuffer and other methods involving context switches.
Attributes | Values |
---|
rdfs:label
| - Framebuffer Object (de)
- Framebuffer object (en)
- Framebuffer Object (ru)
|
rdfs:comment
| - The frame buffer object architecture (FBO) is an extension to OpenGL for doing flexible off-screen rendering, including rendering to a texture. By capturing images that would normally be drawn to the screen, it can be used to implement a large variety of image filters, and post-processing effects. The FBO is analogous to the render targets model in DirectX. It is used in OpenGL for its efficiency and ease of use. The use of FBOs doesn't suffer from the overhead associated with OpenGL drawing context switching, and has largely superseded the pbuffer and other methods involving context switches. (en)
- Frame buffer object (FBO) — расширение архитектуры OpenGL для гибкой закадровой отрисовки, включая отрисовку в текстуру. Замена цели вывода с экранного буфера на FBO, может быть использована для применения всевозможных фильтров и эффектов пост-обработки. Это аналог render targets model в DirectX. Оно используется в OpenGL для большей эффективности и простоты использования. FBO не требует создания и переключения контекстов отрисовки, которые зависят от платформы, а также это более быстрая операция по времени, по сравнению с . (ru)
- Als Framebuffer Object (FBO) wird eine Erweiterung von OpenGL bezeichnet, die flexibles und plattformunabhängiges Offscreen-Rendering ermöglicht. Sie ist mit dem von DirectX vergleichbar. Beide Erweiterungen erlauben es nicht nur, im Fenster zu rendern, sondern auch fast alle Grafikoperationen auf Texturen anzuwenden. Durch Kombination mehrerer solcher Bilder (Texturen) oder unter Anwendung von Filtern können verschiedenste grafische Effekte erzeugt werden. (de)
|
dct:subject
| |
Wikipage page ID
| |
Wikipage revision ID
| |
Link from a Wikipage to another Wikipage
| |
Link from a Wikipage to an external page
| |
sameAs
| |
dbp:wikiPageUsesTemplate
| |
date
| |
url
| |
has abstract
| - Als Framebuffer Object (FBO) wird eine Erweiterung von OpenGL bezeichnet, die flexibles und plattformunabhängiges Offscreen-Rendering ermöglicht. Sie ist mit dem von DirectX vergleichbar. Beide Erweiterungen erlauben es nicht nur, im Fenster zu rendern, sondern auch fast alle Grafikoperationen auf Texturen anzuwenden. Durch Kombination mehrerer solcher Bilder (Texturen) oder unter Anwendung von Filtern können verschiedenste grafische Effekte erzeugt werden. Die Erweiterung besitzt viele Vorteile gegenüber den vorherigen -Objekten, welche nur durch notwendige Context Switches beschrieben werden konnten. Dies ist bei FBOs nicht notwendig, was sowohl die Programmierung vereinfacht, als auch Vorteile bei der Geschwindigkeit bringt. (de)
- The frame buffer object architecture (FBO) is an extension to OpenGL for doing flexible off-screen rendering, including rendering to a texture. By capturing images that would normally be drawn to the screen, it can be used to implement a large variety of image filters, and post-processing effects. The FBO is analogous to the render targets model in DirectX. It is used in OpenGL for its efficiency and ease of use. The use of FBOs doesn't suffer from the overhead associated with OpenGL drawing context switching, and has largely superseded the pbuffer and other methods involving context switches. (en)
- Frame buffer object (FBO) — расширение архитектуры OpenGL для гибкой закадровой отрисовки, включая отрисовку в текстуру. Замена цели вывода с экранного буфера на FBO, может быть использована для применения всевозможных фильтров и эффектов пост-обработки. Это аналог render targets model в DirectX. Оно используется в OpenGL для большей эффективности и простоты использования. FBO не требует создания и переключения контекстов отрисовки, которые зависят от платформы, а также это более быстрая операция по времени, по сравнению с . (ru)
|
prov:wasDerivedFrom
| |
page length (characters) of wiki page
| |
foaf:isPrimaryTopicOf
| |
is Link from a Wikipage to another Wikipage
of | |
is Wikipage redirect
of | |
is foaf:primaryTopic
of | |