taontech / githublog

一个基于github issues的博客系统,实时呈现,零依赖,零代码部署,不用打包不用上线。
4 stars 1 forks source link

GLES uniform 必须使用 #70

Open taontech opened 1 year ago

taontech commented 1 year ago

否则会崩溃

这是个奇怪的设定,编译期间明明可以检测出来而优化掉,但是没有,不知道有什么特殊的理由 uniform mat4 uProjectMatrix;