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
ext_gpu_shader4: add compiler tests for everything
[piglit.git]
/
tests
/
spec
/
glsl-1.10
/
compiler
/
literals
/
valid-float-exponent-capital-e.vert
blob
7678e8eb2194f9c9c347038263cde2ccfa9aef93
1
// [config]
2
// expect_result: pass
3
// glsl_version: 1.10
4
// [end config]
5
6
void main() {
7
vec4 f = vec4(1E5, -1E5, 1E-5, -1E-5);
8
gl_Position = vec4(1.0);
9
}