struct FragmentData { vec2 texCoords; }; struct VertexData { vec2 pos; vec2 dir; int texture; }; const float SHIP_SIZE = 25.00;