struct attributes { GLfloat coord2d[2]; GLfloat v_color[3]; }; struct attributes triangle_attributes[] = { {{ 0.0, 0.8}, {1.0, 1.0, 0.0}}, {{-0.8, -0.8}, ...
確定! 回上一頁