This website works better with JavaScript.
Home
Explore
Help
Sign In
Bergmann89
/
space-crush
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
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.
53
Commits
2
Branches
3.0 MiB
Rust
92.2%
GLSL
7.8%
Tree:
42399b6199
master
raster
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '42399b6199'
${ noResults }
space-crush
/
space-crush-app
/
resources
/
shader
/
misc
/
camera.glsl
6 lines
95 B
Raw
Blame
History
layout (std140) uniform Camera {
mat4 projection;
mat4 view;
vec2 size;
} uCamera;