struct FragmentData { vec2 texCoords; vec4 color; }; struct VertexData { vec2 pos; float size; vec4 color; }; const float GLOW_SIZE = 2.0; // relative to planet size