[RELEASE] u22-v03
This version is submitted to U22 breau.
This commit is contained in:
10
core/loshader/cinescope.fshader
Normal file
10
core/loshader/cinescope.fshader
Normal file
@@ -0,0 +1,10 @@
|
||||
layout(std140) uniform param {
|
||||
vec4 color;
|
||||
float size;
|
||||
} p;
|
||||
|
||||
out vec4 o_color;
|
||||
|
||||
void main(void) {
|
||||
o_color = p.color;
|
||||
}
|
Reference in New Issue
Block a user