Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
lolengine
/
lol
espelhamento de
https://github.com/lolengine/lol
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
tutorial: fix the FBO shader so that it works with OpenGL ES.
legacy
Sam Hocevar
sam
13 anos atrás
pai
1277f66fb6
commit
3f883b9aba
1 arquivos alterados
com
4 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+4
-0
tutorial/08_fbo.lolfx
+ 4
- 0
tutorial/08_fbo.lolfx
Ver arquivo
@@ -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;
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar