版本
3.5-1933
分支
master
发布于
10 years, 7 months ago
Windows x64 Windows x86 Mac OS X Android
提交(Commit)
93f9f235769cbf37a4f701efeea8dbf92f7c339e
修改者
degasus
修改说明
ogl: reset api state for blitting

glBlitFramebuffer depends on scissior test and color mask. It isn't documented well,
but it does. So we have to reset the apistate before using it.
In this way, there isn't any benefit of glBlitFramebuffer, glDrawArray would be better :-(