作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在 http://LearnOpenGL.com 学习这些 OpenGL
教程我遇到了这个函数glClear
(here 在渲染标题)。因为我还在学习英语,所以我在这个功能中遇到了“清晰”世界的麻烦。 (1) 清除缓冲位是什么意思?
(2)下面这三个值中的“clear”是什么意思?
GL_COLOR_BUFFER_BIT, GL_DEPTH_BUFFER_BIT and GL_STENCIL_BUFFER_BIT
最佳答案
来自这里:https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glClear.xml
glClear
sets the bitplane area of the window to values previously selected byglClearColor
,glClearIndex
,glClearDepth
,glClearStencil
, andglClearAccum
所以它只是分配默认值给缓冲位。
关于c++ - glClear [GL_COLOR_BUFFER_BIT、GL_DEPTH_BUFFER_BIT 和 GL_STENCIL_BUFFER_BIT],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45958344/
我正在 http://LearnOpenGL.com 学习这些 OpenGL 教程我遇到了这个函数glClear(here 在渲染标题)。因为我还在学习英语,所以我在这个功能中遇到了“清晰”世界的麻烦
我是一名优秀的程序员,十分优秀!