Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
daid authored May 29, 2024
1 parent 268ed7c commit 2773f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphics/shader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace sp {
static Shader* current_shader = nullptr;

static const char* vertex_shader_header_es = "#version 100\nprecision highp float;\n";
static const char* fragment_shader_header_es = "#version 100\n#ifdef GL_FRAGMENT_PRECISION_HIGH\nprecision highp float;\n#else\nprecision mediump float\n#endif\n";
static const char* fragment_shader_header_es = "#version 100\n#ifdef GL_FRAGMENT_PRECISION_HIGH\nprecision highp float;\n#else\nprecision mediump float;\n#endif\n";
static const char* vertex_shader_header = "#version 120\n";
static const char* fragment_shader_header = "#version 120\n";

Expand Down

1 comment on commit 2773f2e

@daid-tinyci
Copy link

@daid-tinyci daid-tinyci bot commented on 2773f2e May 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TinyCI build failure:

[git fetch --tags] returned [1]:


 ! [rejected]        EE-2024.05.16 -> EE-2024.05.16  (would clobber existing tag)

Please sign in to comment.