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
glsl: test loop unroll with uint overflow
[piglit.git]
/
tests
/
spec
/
arb_shader_subroutine
/
compiler
/
subroutine-def-not-identifier.vert
blob
242c309e320616e80a4ca5d50235428152d5ddbe
1
// [config]
2
// expect_result: fail
3
// glsl_version: 1.50
4
// require_extensions: GL_ARB_shader_subroutine
5
// [end config]
6
7
#version 150
8
#extension GL_ARB_shader_subroutine: require
9
10
/* Not an identifier. */
11
subroutine (42) void f() {}