I hate the gles.patch

This commit is contained in:
offtkp 2024-08-27 19:46:44 +03:00
parent 08237e6a2c
commit 7a38541421
2 changed files with 5 additions and 5 deletions

View file

@ -44,7 +44,6 @@ std::string FragmentGenerator::getDefaultVertexShader() {
if (api == API::GLES) {
ret += R"(
#define USING_GLES 1
#define fma(a, b, c) ((a) * (b) + (c))
precision mediump int;
precision mediump float;
@ -108,6 +107,7 @@ std::string FragmentGenerator::generate(const FragmentConfig& config) {
if (api == API::GLES) {
ret += R"(
#define USING_GLES 1
#define fma(a, b, c) ((a) * (b) + (c))
precision mediump int;
precision mediump float;