eee3138b创建于 2023年4月18日历史提交
#version 460 core

in float g[][3];
out float o[];

void f(){
  o[1] = g[1][1];
}