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
ARB_ubo/referenced-by-shader: pass if shader compiler moves UBOs between shaders
[piglit.git]
/
tests
/
spec
/
glsl-1.10
/
compiler
/
preprocessor
/
stringification.frag
blob
617ad102daa2afe7db5f3fd0ad68ec656c20f0f0
1
// [config]
2
// expect_result: fail
3
// glsl_version: 1.10
4
// [end config]
5
6
#version 110
7
8
#define VEC4_STRING_PARAM(a, b, c, d) vec4(#a, #b, c, d)
9
10
void main() { }