OpenGL ES系列 之 深入 - 7:全屏抗锯齿 FSAA
时间:2010-07-15 来源:nearfuture_qinyaomin
FSAA是Full Screen AntiAlias的缩写,这是一种可由硬件实现的低成本抗锯齿方法,由pipeline在光栅化阶段做一下Super Sampling,效果不错,速度也快。OpenGL ES给厂商实现AntiAlias提供了非常大的灵活性,只有这种MultiSample有标准的接口:glEnable (GL_MULTISAMPLE)。
要启用FSAA是有前提的,即硬件支持,并且选择了合适的EGLConfig。所谓合适的Config就是有 SAMPLE_BUFFERS(通常1个 Buffer)、指定了SAMPLE复杂度(2或4):
// choose config
EGLint cfg_attr_list[] = {
EGL_BUFFER_SIZE, bpp,
EGL_SAMPLE_BUFFERS, sampleBuffers,
EGL_SAMPLES, samples,
EGL_NONE
};
然后在绘制时 enable之即可。
奇怪的是,在PVR PCE里,这个特性无法正常使用,可以取得Config,但是CreateContext会失败。
在X51v WM5.0下运行得倒还好。
要启用FSAA是有前提的,即硬件支持,并且选择了合适的EGLConfig。所谓合适的Config就是有 SAMPLE_BUFFERS(通常1个 Buffer)、指定了SAMPLE复杂度(2或4):
// choose config
EGLint cfg_attr_list[] = {
EGL_BUFFER_SIZE, bpp,
EGL_SAMPLE_BUFFERS, sampleBuffers,
EGL_SAMPLES, samples,
EGL_NONE
};
然后在绘制时 enable之即可。
奇怪的是,在PVR PCE里,这个特性无法正常使用,可以取得Config,但是CreateContext会失败。
在X51v WM5.0下运行得倒还好。
相关阅读 更多 +
排行榜 更多 +

<img preview="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" width="32" height="32" src="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" alt="弓箭勇者最新版" />
飞行射击 下载
<img preview="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" width="32" height="32" src="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" alt="弓箭勇者最新版" />
飞行射击 下载
<img preview="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" width="32" height="32" src="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" alt="弓箭勇者最新版" />
飞行射击 下载- 4 <img preview="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" width="32" height="32" src="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" alt="弓箭勇者最新版" />下载73.78MB · 93℃
1970-01-01
- 5 <img preview="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" width="32" height="32" src="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" alt="弓箭勇者最新版" />下载43.7 MB · 97℃
1970-01-01
- 6 <img preview="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" width="32" height="32" src="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" alt="弓箭勇者最新版" />下载110.69MB · 95℃
1970-01-01