aboutsummaryrefslogtreecommitdiff
path: root/tests/glslparsertest/glsl2/tex_rect-03.frag
blob: ab2376adfc4f295c1984e611093d8afb37922dc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// [config]
// expect_result: pass
// glsl_version: 1.10
//
// # NOTE: Config section was auto-generated from file
// # NOTE: 'glslparser.tests' at git revision
// # NOTE: 6cc17ae70b70d150aa1751f8e28db7b2a9bd50f0
// [end config]

/* PASS */
#ifndef GL_ARB_texture_rectangle
/* Since there is no #error in GLSL, this is a sure way to generate an
 * error from the preprocessor.
 */
#extension FAIL: require
#endif

void main() { }