Skip to content

Commit

Permalink
上传至github,方便不同电脑拉下来学习
Browse files Browse the repository at this point in the history
  • Loading branch information
Joeoeoe committed May 29, 2020
1 parent ab5299f commit a168045
Show file tree
Hide file tree
Showing 62 changed files with 2,182 additions and 58 deletions.
Binary file modified .vs/learn_opengl/v15/.suo
Binary file not shown.
Binary file modified .vs/learn_opengl/v15/Browse.VC.db
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Debug/4.Hello Window.exe
Binary file not shown.
Binary file modified Debug/4.Hello Window.ilk
Binary file not shown.
Binary file modified Debug/4.Hello Window.pdb
Binary file not shown.
72 changes: 41 additions & 31 deletions learn_opengl/5.Hello Triangle.cpp
150 changes: 150 additions & 0 deletions learn_opengl/5.Hello_Triangle_exercise1.cpp
212 changes: 212 additions & 0 deletions learn_opengl/5.Hello_Triangle_exercise2.cpp
202 changes: 202 additions & 0 deletions learn_opengl/6.Shader_exercise1.cpp
129 changes: 129 additions & 0 deletions learn_opengl/6.Shader_exercise2.cpp
129 changes: 129 additions & 0 deletions learn_opengl/6.Shader_exercise3.cpp
281 changes: 281 additions & 0 deletions learn_opengl/6.Shader_ins_outs.cpp
283 changes: 283 additions & 0 deletions learn_opengl/6.Shader_more_attribute.cpp
203 changes: 203 additions & 0 deletions learn_opengl/6.Shader_reading_from_file.cpp
289 changes: 289 additions & 0 deletions learn_opengl/6.Shader_uniforms.cpp
Empty file added learn_opengl/7.Textures.cpp
Empty file.
Binary file modified learn_opengl/Debug/4.Hello Window.tlog/CL.command.1.tlog
Binary file not shown.
Binary file modified learn_opengl/Debug/4.Hello Window.tlog/CL.read.1.tlog
Binary file not shown.
Binary file modified learn_opengl/Debug/4.Hello Window.tlog/CL.write.1.tlog
Binary file not shown.
Binary file modified learn_opengl/Debug/4.Hello Window.tlog/link.command.1.tlog
Binary file not shown.
Binary file modified learn_opengl/Debug/4.Hello Window.tlog/link.read.1.tlog
Binary file not shown.
Binary file modified learn_opengl/Debug/4.Hello Window.tlog/link.write.1.tlog
Binary file not shown.
Binary file modified learn_opengl/Debug/5.Hello Triangle.obj
Binary file not shown.
Binary file added learn_opengl/Debug/6.Shader.obj
Binary file not shown.
Binary file added learn_opengl/Debug/6.Shader_exercise1.obj
Binary file not shown.
Binary file added learn_opengl/Debug/6.Shader_exercise2.obj
Binary file not shown.
Binary file added learn_opengl/Debug/6.Shader_exercise3.obj
Binary file not shown.
Binary file added learn_opengl/Debug/6.Shader_ins_outs.obj
Binary file not shown.
Binary file added learn_opengl/Debug/6.Shader_more_attribute.obj
Binary file not shown.
Binary file not shown.
Binary file added learn_opengl/Debug/6.Shader_uniforms.obj
Binary file not shown.
Binary file added learn_opengl/Debug/Hello_Triangle_exercise1.obj
Binary file not shown.
Binary file added learn_opengl/Debug/Hello_Triangle_exercise2.obj
Binary file not shown.
Binary file modified learn_opengl/Debug/glad.obj
Binary file not shown.
3 changes: 2 additions & 1 deletion learn_opengl/Debug/learn_opengl.log
Binary file modified learn_opengl/Debug/vc141.idb
Binary file not shown.
Binary file modified learn_opengl/Debug/vc141.pdb
Binary file not shown.
108 changes: 108 additions & 0 deletions learn_opengl/Shader.h
28 changes: 5 additions & 23 deletions learn_opengl/Template.cpp
39 changes: 37 additions & 2 deletions learn_opengl/learn_opengl.vcxproj
56 changes: 56 additions & 0 deletions learn_opengl/learn_opengl.vcxproj.filters
7 changes: 7 additions & 0 deletions learn_opengl/shader1.fs
9 changes: 9 additions & 0 deletions learn_opengl/shader1.vs
9 changes: 9 additions & 0 deletions learn_opengl/shader2_exercise1.vs
12 changes: 12 additions & 0 deletions learn_opengl/shader2_exercise2.vs
7 changes: 7 additions & 0 deletions learn_opengl/shader2_exercise3.fs
10 changes: 10 additions & 0 deletions learn_opengl/shader2_exercise3.vs
2 changes: 1 addition & 1 deletion learn_opengl/test.cpp

0 comments on commit a168045

Please sign in to comment.