aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorjuj <jujjyl@gmail.com>2014-02-06 19:34:42 +0200
committerjuj <jujjyl@gmail.com>2014-02-06 19:34:42 +0200
commit51d39aaa3dda0a7f433fa38c365f86011b5fe84c (patch)
tree45b896a7ec0ff865ad8d444828d06bdf53411f2b /tests
parent7e44599fca76438e262844fcef213ba8ee53ea20 (diff)
parent62ca84acedd1eeefc1db06393b6c633d84e5213a (diff)
Merge pull request #2082 from inolen/oes_stdder
don't check to enable OES_standard_derivatives in GL.getSource
Diffstat (limited to 'tests')
-rw-r--r--tests/hello_world_gles_deriv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/hello_world_gles_deriv.c b/tests/hello_world_gles_deriv.c
index c5354d4e..592078ed 100644
--- a/tests/hello_world_gles_deriv.c
+++ b/tests/hello_world_gles_deriv.c
@@ -645,6 +645,7 @@ static const char vertex_shader[] =
static const char fragment_shader[] =
"#ifdef GL_ES\n"
+"#extension GL_OES_standard_derivatives : enable\n"
"precision mediump float;\n"
"#endif\n"
"varying vec4 Color;\n"