V2EX  ›  英汉词典

Renderbuffer

释义 Definition

renderbuffer(计算机图形学)指一种用于渲染的缓冲区对象,通常由 GPU 管理,用来存储渲染结果的中间数据(常见如深度缓冲 depth模板缓冲 stencil,也可用于颜色存储)。它常与 framebuffer(帧缓冲) 配合使用,作为其附件(attachment)。

发音 Pronunciation

/ˈrɛndərˌbʌfər/

例句 Examples

A renderbuffer can store the depth information for a scene.
渲染缓冲可以存储场景的深度信息。

In OpenGL, you often attach a renderbuffer to a framebuffer to enable depth and stencil testing during off-screen rendering.
在 OpenGL 中,你经常把渲染缓冲附加到帧缓冲上,以便在离屏渲染时启用深度与模板测试。

词源 Etymology

该词由 render(渲染、绘制)+ buffer(缓冲区)组合而成,字面意思是“用于渲染的缓冲区”。在图形 API(如 OpenGL / OpenGL ES / WebGL)的语境中,它特指一种专用于渲染输出、通常不可直接作为纹理采样的缓冲存储形式(与 texture 作为附件的思路相对)。

相关词 Related Words

文学与作品 Literary Works

  • 《OpenGL ES 2.0 Programming Guide》(常讨论 framebuffer 与 renderbuffer 的创建与附加)
  • 《OpenGL ES 3.0 Programming Guide》(涉及更完整的渲染目标与附件配置)
  • 《OpenGL Programming Guide》(“Red Book”)(在 FBO 章节中出现并解释其用途)
  • Khronos 官方规范《OpenGL ES Specification》(以规范术语定义 renderbuffer 与相关 API)
  • 《WebGL Specification》(在 WebGL 的 framebuffer/renderbuffer 接口与行为描述中出现)
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2124 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 40ms · UTC 16:11 · PVG 00:11 · LAX 09:11 · JFK 12:11
♥ Do have faith in what you're doing.