eee3138b创建于 2023年4月18日历史提交
#version 460 core
out float a[];
out float c[];

void main(){
  a[0] = 0.1;
  c[5] = 0.1;
}