repo.or.cz
/
piglit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cl: Don't use device_infos if num_device_infos == 0
[piglit.git]
/
tests
/
glslparsertest
/
glsl2
/
function-11.vert
blob
0ea5bd774df45fbdad32bbcd86bd23e7f565b607
1
// [config]
2
// expect_result: pass
3
// glsl_version: 1.10
4
//
5
// [end config]
6
7
/* PASS
8
*
9
* In a function prototype it is valid to have some parameters named
10
* and some parameters not named.
11
*/
12
13
void bar(int x, float);
14
15
void main()
16
{
17
gl_Position = vec4(0.0);
18
}