index
:
firefox-esr
debian
progress-linux
upstream
debian 12: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dom
/
canvas
/
test
/
webgl-conf
/
checkout
/
resources
/
noopUniformShaderES3.vert
blob: e213a4bb3b31af21b83c56d4a84665423601a690 (
plain
)
1
2
3
4
5
6
#version 300 es
void
main
()
{
gl_Position
=
vec4
(
0.0
,
0.0
,
0.0
,
1.0
);
}