diff options
author | Anthony Pesch <inolen@gmail.com> | 2014-01-30 23:08:11 -0800 |
---|---|---|
committer | Anthony Pesch <inolen@gmail.com> | 2014-02-01 20:28:15 -0800 |
commit | 62ca84acedd1eeefc1db06393b6c633d84e5213a (patch) | |
tree | cbd53542e156d902b933b93ef23313ca870b0899 /tests | |
parent | 2aa334869496781389ad531f1811830ca7d61799 (diff) |
move automatic OES_standard_derivatives enabling behind LEGACY_GL_EMULATION define
Diffstat (limited to 'tests')
-rw-r--r-- | tests/hello_world_gles_deriv.c | 1 |
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" |