文件名称:hellogl:现代 OpenGL 的 Win32 模板
文件大小:84KB
文件格式:ZIP
更新时间:2024-07-03 07:46:12
C
你好 现代 OpenGL 的 Win32 示例 该示例显示了如何 使用 WGL 获取 OpenGL 渲染上下文。 使用 gl3w(包含在项目中)加载 OpenGL3+ 函数。 使用着色器和缓冲区对象进行简单绘图。 使用 Visual Studio 2013。
【文件预览】:
hellogl-master
----hellogl.sln(1KB)
----hellogl()
--------quadrenderer.h(291B)
--------stdafx.cpp(178B)
--------small.ico(3KB)
--------Resource.h(2KB)
--------hellogl.rc(7KB)
--------stdafx.h(508B)
--------quadrenderer.cpp(2KB)
--------glprogram.h(350B)
--------glprogram.cpp(2KB)
--------hellogl.vcxproj(9KB)
--------targetver.h(306B)
--------hellogl.cpp(8KB)
--------hellogl.ico(3KB)
--------hellogl.vcxproj.filters(2KB)
--------hellogl.h(36B)
--------unitquad.h(261B)
--------unitquad.cpp(2KB)
--------hellogl.manifest(651B)
----LICENSE(1KB)
----screenshot.png(23KB)
----.gitignore(3KB)
----README.md(341B)
----gl3w()
--------gl3w.c(81KB)
--------GL()