Update webrender + shaders (border AA improvements, float packing work).

This commit is contained in:
Glenn Watson 2016-08-30 10:22:32 +10:00
parent a338beaa70
commit e75386f0dc
11 changed files with 180 additions and 128 deletions

View file

@ -6,7 +6,7 @@
struct Glyph {
PrimitiveInfo info;
vec4 color;
ivec4 uv_rect;
vec4 uv_rect;
};
layout(std140) uniform Items {