This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
tutorial: fix the FBO shader so that it works with OpenGL ES.
legacy
Sam Hocevar
sam
12 years ago
parent
1277f66fb6
commit
3f883b9aba
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
tutorial/08_fbo.lolfx
+ 4
- 0
tutorial/08_fbo.lolfx
View File
@@ -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…
Cancel
Save