[Impeller] remove unused uniform (flutter/engine#36208)

This commit is contained in:
Jonah Williams 2022-09-16 09:53:35 -07:00 committed by GitHub
parent 8f8fab029d
commit 603554a5db
2 changed files with 0 additions and 2 deletions

View File

@ -7,7 +7,6 @@ uniform sampler2D glyph_atlas_sampler;
uniform FragInfo {
vec2 atlas_size;
vec4 text_color;
float font_has_color;
} frag_info;
in vec2 v_unit_vertex;

View File

@ -3,7 +3,6 @@
// found in the LICENSE file.
#include "impeller/typographer/glyph_atlas.h"
#include <iostream>
namespace impeller {