repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Backed out changeset 8fc3326bce7f (bug 1943032) for causing failures at browser_tab_g...
[gecko.git]
/
dom
/
canvas
/
test
/
webgl-conf
/
checkout
/
resources
/
noopUniformShaderES3.vert
blob
e213a4bb3b31af21b83c56d4a84665423601a690
1
#version 300 es
2
3
void main()
4
{
5
gl_Position = vec4(0.0, 0.0, 0.0, 1.0);
6
}