DDeepin Developerfeat: Init commit
51359a70创建于 2022年9月29日历史提交
#version 330

void main()
{
    gl_FragColor = vec4(1.0);
}