8 lines
85 B
GLSL
8 lines
85 B
GLSL
#version 430 core
|
|
|
|
out vec4 o_color;
|
|
|
|
|
|
void main() {
|
|
o_color = v_addedProperty;
|
|
} |