OpenGrok
Cross Reference: constructor-01.glsl
xref
: /
external
/
mesa3d
/
src
/
glsl
/
tests
/
constructor-01.glsl
Home
|
History
|
Annotate
|
Download
|
only in
tests
1
/* PASS */
2
3
void
main
()
4
{
5
gl_Position
=
vec4
(
1.0
,
1.0
,
1.0
,
0.0
);;
6
}
7