gpt4 book ai didi

android - setEGLConfigChooser() 中的 "depthSize"和 "stencilSize"是什么意思?

转载 作者:行者123 更新时间:2023-11-29 00:22:03 26 4
gpt4 key购买 nike

不明白depthSize和stencilSize在做什么

setEGLConfigChooser(int redSize, int greenSize, int blueSize,
int alphaSize, int depthSize, int stencilSize)

最佳答案

这些是深度和模板缓冲区的精度。如果您选择具有 0 值的配置,您将没有深度或模板缓冲区。

深度缓冲区用于 fragment 的深度测试,模板缓冲区用于屏蔽 fragment 。

这里很好地解释了两个缓冲区的用途:http://open.gl/depthstencils

关于android - setEGLConfigChooser() 中的 "depthSize"和 "stencilSize"是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22407211/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com