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.

6 rivejä
95 B

  1. layout (std140) uniform Camera {
  2. mat4 projection;
  3. mat4 view;
  4. vec2 size;
  5. } uCamera;