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

Commit e8e0cc8a 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

am: 4d04afa0

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


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


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