idk
This commit is contained in:
parent
5968ca324e
commit
8720b2db3b
1 changed files with 0 additions and 23 deletions
|
@ -1,23 +0,0 @@
|
|||
@vs vs
|
||||
in vec4 pos;
|
||||
in vec4 color0;
|
||||
|
||||
out vec4 color;
|
||||
|
||||
void main() {
|
||||
gl_Position = pos;
|
||||
color = color0;
|
||||
}
|
||||
@end
|
||||
|
||||
@fs fs
|
||||
in vec4 color;
|
||||
out vec4 frag_color;
|
||||
|
||||
void main() {
|
||||
frag_color = color;
|
||||
}
|
||||
@end
|
||||
|
||||
@program simple vs fs
|
||||
|
Loading…
Add table
Reference in a new issue