asdf
This commit is contained in:
parent
30de08b1ee
commit
28f0d737b1
18 changed files with 3472 additions and 493 deletions
9
idk/shader.glsl.frag
Normal file
9
idk/shader.glsl.frag
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#version 460
|
||||
|
||||
layout(location=0) out vec4 frag_color;
|
||||
|
||||
layout(location=0) in vec4 color;
|
||||
|
||||
void main() {
|
||||
frag_color = color;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue