Skip to content

Commit

Permalink
Removed query for GL_OES_standard_derivatives.
Browse files Browse the repository at this point in the history
This is a left-over from previous experiments that were staged wrongly.
  • Loading branch information
JohnnyonFlame committed Oct 17, 2020
1 parent 3b636f6 commit b8790f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pc/gfx/gfx_opengl.c
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ static struct ShaderProgram *gfx_opengl_create_and_load_new_shader(uint32_t shad
append_line(fs_buf, &fs_len, "#version 110");
#else
append_line(fs_buf, &fs_len, "#version 100");
append_line(fs_buf, &fs_len, "#extension GL_OES_standard_derivatives : enable");
append_line(fs_buf, &fs_len, "precision highp float;");
#endif
//append_line(fs_buf, &fs_len, "precision mediump float;");
Expand Down

0 comments on commit b8790f4

Please sign in to comment.