Beijia11
init
3aba902
raw
history blame contribute delete
86 Bytes
#version 330
in vecN v_attr;
out vecN f_attr;
void main() {
f_attr = v_attr;
}