glsl: Add a comment

This commit is contained in:
Timm Bäder 2020-10-08 17:58:37 +02:00 committed by Matthias Clasen
parent c5909d4dc4
commit 44d1e81ae9

View File

@ -15,7 +15,7 @@ precision highp float;
struct GskRoundedRect
{
vec4 bounds;
vec4 bounds; // Top left and bottom right
// Look, arrays can't be in structs if you want to return the struct
// from a function in gles or whatever. Just kill me.
vec4 corner_points1; // xy = top left, zw = top right