Please enable JavaScript in your browser!
Domů
Procházet
Nápověda
Přihlásit se
snapshot
/
opengl_es_examples
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Větev:
git-svn
Větve
Značky
git-svn
master
opengl_es_ex...
/
TrainingCourse
/
ShadowVolume
/
OGLES2
/
FullscreenVertShader.vsh
FullscreenVertShader.vsh
96 B
Trvalý odkaz
Historie
Surový
1
2
3
4
5
6
7
attribute highp vec2 inVertex;
void main()
{
gl_Position = vec4(inVertex, 0.0, 1.0);
}