You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 rivejä
249 B

  1. struct FragmentData {
  2. vec2 texCoords;
  3. vec4 color;
  4. };
  5. struct VertexData {
  6. vec2 pos;
  7. vec2 dir;
  8. vec4 color;
  9. int texture;
  10. };
  11. const float QUAD_SIZE = 150.00; // absolute
  12. const float SHIP_SIZE = 0.50; // relative to QUAD_SIZE