mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Update webrender + shaders (border AA improvements, float packing work).
This commit is contained in:
parent
a338beaa70
commit
e75386f0dc
11 changed files with 180 additions and 128 deletions
|
@ -6,7 +6,7 @@
|
|||
struct Glyph {
|
||||
PrimitiveInfo info;
|
||||
vec4 color;
|
||||
ivec4 uv_rect;
|
||||
vec4 uv_rect;
|
||||
};
|
||||
|
||||
layout(std140) uniform Items {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue