This website requires JavaScript.
Explore
Help
Sign in
fdo-mirrors
/
mesa
Watch
1
Star
0
Fork
You've already forked mesa
0
mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced
2025-12-23 19:50:11 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
feeb43b829
mesa
/
tests
/
constructor-01.glsl
7 lines
71 B
Text
Raw
Normal View
History
Unescape
Escape
Add PASS / FAIL annotations to tests missing them. This tricked my import of the tests into piglit.
2010-04-02 01:59:50 -10:00
/* PASS */
Add a handful of simple tests for function calls in constructors
2010-03-11 14:46:19 -08:00
void main()
{
gl_Position = vec4(1.0, 1.0, 1.0, 0.0);;
}
Reference in a new issue
Copy permalink