This website works better with JavaScript.
首頁
說明
登入
lolengine
/
lol
镜像来自
https://github.com/lolengine/lol
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
0
Wiki
Activity
瀏覽代碼
tutorial: fix the FBO shader so that it works with OpenGL ES.
legacy
Sam Hocevar
sam
12 年之前
父節點
1277f66fb6
當前提交
3f883b9aba
共有
1 個文件被更改
,包括
4 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
tutorial/08_fbo.lolfx
+ 4
- 0
tutorial/08_fbo.lolfx
查看文件
@@ -16,6 +16,10 @@ void main()
#version 120
#if defined GL_ES
precision highp float;
#endif
uniform sampler2D in_Texture;
uniform float in_Flag;
uniform vec3 in_Point;
Write
Preview
Loading…
取消
儲存