//星空着色器 precision mediump float; void main() { //给此片元颜色值 gl_FragColor = vec4(1.0,1.0,1.0,1.0); }