[RELEASE] u22-v03
This version is submitted to U22 breau.
This commit is contained in:
7
core/loshader/character.fshader
Normal file
7
core/loshader/character.fshader
Normal file
@@ -0,0 +1,7 @@
|
||||
in vec4 v_color;
|
||||
|
||||
out vec4 o_color;
|
||||
|
||||
void main(void) {
|
||||
o_color = v_color;
|
||||
}
|
Reference in New Issue
Block a user