当前位置:网站首页>OpenGL frame buffer
OpenGL frame buffer
2022-07-07 08:54:00 【Naturally, and】
Blog late at night .
Frame buffer :
Color buffer used to write color values 、 The combination of the depth buffer used to write depth information and the template buffer that allows us to discard specific fragments according to some conditions is called frame buffer .
OpenGL Allows us to define our own frame buffer , That is, we can define our own color buffer , Even depth buffering and template buffering .
Four conditions of frame buffer :
- Attach at least one buffer ( Color 、 Depth or template buffer ).
- At least one color attachment (Attachment).
- All attachments must be complete ( Memory reserved ).
- Each buffer should have the same number of samples .
The attachment Is a memory location , It can be used as a buffer of frame buffer .
When creating an attachment, we have two options : Texture or render buffer objects (Renderbuffer Object).
边栏推荐
- Unity Shader入门精要初级篇(一)-- 基础光照笔记
- Lenovo hybrid cloud Lenovo xcloud: 4 major product lines +it service portal
- Newly found yii2 excel processing plug-in
- 【Istio Network CRD VirtualService、Envoyfilter】
- ChaosBlade:混沌工程简介(一)
- [Yugong series] February 2022 U3D full stack class 007 - production and setting skybox resources
- 如何在图片的目标中添加目标的mask
- Analysis of abnormal channel number information before and after AGC re signature service
- 【ChaosBlade:根据标签删除POD、Pod 域名访问异常场景、Pod 文件系统 I/O 故障场景】
- Quick sorting (detailed illustration of single way, double way, three way)
猜你喜欢
为不同类型设备构建应用的三大更新 | 2022 I/O 重点回顾
NCS Chengdu Xindian interview experience
Oracle makes it clear at one time that a field with multiple separators will be split into multiple rows, and then multiple rows and columns. Multiple separators will be split into multiple rows, and
Greenplum 6.x common statements
Lenovo hybrid cloud Lenovo xcloud: 4 major product lines +it service portal
Routing information protocol rip
Markdown editor Use of MD plug-in
Greenplum 6.x version change record common manual
leetcode135. Distribute candy
Platformization, a fulcrum of strong chain complementing chain
随机推荐
为不同类型设备构建应用的三大更新 | 2022 I/O 重点回顾
[Yugong series] February 2022 U3D full stack class 005 unity engine view
硬件大熊原创合集(2022/06更新)
Greenplum 6.x version change record common manual
求有符号数的原码、反码和补码【C语言】
【ChaosBlade:节点磁盘填充、杀节点上指定进程、挂起节点上指定进程】
路由信息协议——RIP
IP地址的类别
Count sort (diagram)
指针进阶,字符串函数
Gson转换实体类为json时报declares multiple JSON fields named
【微信小程序:缓存操作】
Implement custom memory allocator
[step on the pit] Nacos registration has been connected to localhost:8848, no available server
MySQL主从延迟的解决方案
【Istio Network CRD VirtualService、Envoyfilter】
JS的操作
Uniapp wechat applet monitoring network
JS operation
[wechat applet: cache operation]