VS报错 error C5060: out can't be used with non-varying FragColor
报错
???#version 330 core
QOpenGLShader::compile(Fragment): 0(2) : error C0204: version directive must be first statement and may not be repeated
0(3) : error C5060: out can't be used with non-varying FragColor
修改.vert与.frag格式文件为utf-8编码格式,不包含在项目中
根据https://blog.csdn.net/hfy1237/article/details/129858976
设置vs格式为Unicode(UTF-8 无签名)-代码页 65001