Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4d04afa0 authored by Aurimas Liutikas's avatar Aurimas Liutikas Committed by android-build-merger
Browse files

Merge "Fix -Wgnu-designator warnigns in cmds/flatland/Main.cpp" am: f4475023

am: 8b8d7741

* commit '8b8d7741':
  Fix -Wgnu-designator warnigns in cmds/flatland/Main.cpp
parents 3ec34b60 8b8d7741
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -206,8 +206,8 @@ static const BenchmarkDesc benchmarks[] = {

static const ShaderDesc shaders[] = {
    {
        name: "Blit",
        vertexShader: {
        .name="Blit",
        .vertexShader={
            "precision mediump float;",
            "",
            "attribute vec4 position;",
@@ -223,7 +223,7 @@ static const ShaderDesc shaders[] = {
            "    texCoords = uvToTex * uv;",
            "}",
        },
        fragmentShader: {
        .fragmentShader={
            "#extension GL_OES_EGL_image_external : require",
            "precision mediump float;",
            "",
@@ -240,8 +240,8 @@ static const ShaderDesc shaders[] = {
    },

    {
        name: "Gradient",
        vertexShader: {
        .name="Gradient",
        .vertexShader={
            "precision mediump float;",
            "",
            "attribute vec4 position;",
@@ -257,7 +257,7 @@ static const ShaderDesc shaders[] = {
            "    interp = (uvToInterp * uv).x;",
            "}",
        },
        fragmentShader: {
        .fragmentShader={
            "precision mediump float;",
            "",
            "varying float interp;",