EngineSettings.chunksLoadSpeed; removed unused assets
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 8.1 KiB |
@@ -1,7 +0,0 @@
|
||||
#version 330 core
|
||||
|
||||
out vec4 f_color;
|
||||
|
||||
void main(){
|
||||
f_color = vec4(1.0);
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
#version 330 core
|
||||
|
||||
layout (location = 0) in vec2 v_position;
|
||||
|
||||
uniform float u_ar;
|
||||
uniform float u_scale;
|
||||
|
||||
void main(){
|
||||
gl_Position = vec4(v_position.x * u_ar * u_scale, v_position.y * u_scale, 0.0, 1.0);
|
||||
}
|
||||
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 793 B |
Reference in New Issue
Block a user