This website requires JavaScript.
Explore
Help
Register
Sign In
lenn
/
LearnOpenGL
Watch
1
Star
0
Fork
0
You've already forked LearnOpenGL
mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced
2026-01-30 20:13:22 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
31c2cf3a9af7831250cec84d9122ddc46201c4d7
LearnOpenGL
/
src
/
4.advanced_opengl
/
6.1.cubemaps_skybox
History
SnowyLake
31c2cf3a9a
bugfix: In cubemaps_skybox.cpp, the second argument to glBufferDelete() should be &SkyboxVBO instead of &SkyboxVAO
2021-11-09 17:26:20 +08:00
..
6.1.cubemaps.fs
Code re-work: Advanced OpenGL
2017-04-19 22:05:36 +02:00
6.1.cubemaps.vs
Updated source code to reflect content changes (code re-work): advanced OpenGL and model-loading.
2017-05-31 23:12:15 +02:00
6.1.skybox.fs
Code re-work: Advanced OpenGL
2017-04-19 22:05:36 +02:00
6.1.skybox.vs
Code re-work: Advanced OpenGL
2017-04-19 22:05:36 +02:00
cubemaps_skybox.cpp
bugfix: In cubemaps_skybox.cpp, the second argument to glBufferDelete() should be &SkyboxVBO instead of &SkyboxVAO
2021-11-09 17:26:20 +08:00