1 Star 0 Fork 1

teebaiwan / Golang_OpenGL_dev

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
fragmentShader2.fs 90 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
#version 450 core
out vec4 color;
void main()
{
color = vec4(0.1f, 0.2f, 0.8f, 1.0f);
}
Go
1
https://gitee.com/teebaiwan/Golang_OpenGL_dev.git
git@gitee.com:teebaiwan/Golang_OpenGL_dev.git
teebaiwan
Golang_OpenGL_dev
Golang_OpenGL_dev
master

搜索帮助