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
perf/pixel-rate: new pixel throughput microbenchmark
[piglit.git]
/
tests
/
spec
/
oes_standard_derivatives
/
compiler
/
dFdx-vec2.vert
blob
999b8a314822de18f994f2831374b09e9979d5b7
1
/* [config]
2
* expect_result: fail
3
* glsl_version: 1.00
4
* require_extensions: GL_OES_standard_derivatives
5
* [end config]
6
*/
7
#version 100
8
#extension GL_OES_standard_derivatives: require
9
10
attribute vec2 x;
11
void main()
12
{
13
gl_Position = dFdx(x).xyxy;
14
}