This website works better with JavaScript.
首頁
探索
說明
登入
Bergmann89
/
space-crush
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
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
Commit
2
分支
3.0 MiB
Rust
92.2%
GLSL
7.8%
目錄樹:
42399b6199
master
raster
分支列表
標籤列表
${ item.name }
Create branch
${ searchTerm }
from '42399b6199'
${ noResults }
space-crush
/
space-crush-app
/
resources
/
shader
/
noise
/
vert.glsl
8 line
103 B
原始文件
Blame
文件歷史
#version 450 core
in vec3 inPosition;
void main() {
gl_Position = vec4(2.0 * inPosition, 1.0);
}