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.50
/
compiler
/
ARB_compatibility
/
gl_FogParameters.vert
blob
175e5368fd7afee6f993940ea9f4507ae18e4df3
1
// [config]
2
// expect_result: pass
3
// glsl_version: 1.50compatibility
4
// require_extensions: GL_ARB_compatibility
5
// [end config]
6
#version 150
7
#extension GL_ARB_compatibility : enable
8
9
uniform gl_FogParameters var;