This website requires JavaScript.
Explore
Help
Register
Sign In
opus-tango
/
IntroductionToVulkan
Watch
1
Star
0
Fork
0
You've already forked IntroductionToVulkan
mirror of
https://github.com/opus-tango/IntroductionToVulkan.git
synced
2026-03-20 03:55:26 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c064ec5a4a649888404ce76aa2e67d411e2f1215
IntroductionToVulkan
/
Project
History
plapins
c064ec5a4a
Added tutorials "06 - Descriptor Sets" and "07 - Uniform Buffers". Added functions for projection matrices generation to Tools. Added function for loading images from files (with stb_image library). Updated README.md file with description of Tutorial06.
2016-06-22 23:23:22 +02:00
..
Common
Added tutorials "06 - Descriptor Sets" and "07 - Uniform Buffers". Added functions for projection matrices generation to Tools. Added function for loading images from files (with stb_image library). Updated README.md file with description of Tutorial06.
2016-06-22 23:23:22 +02:00
Include
Added tutorials "06 - Descriptor Sets" and "07 - Uniform Buffers". Added functions for projection matrices generation to Tools. Added function for loading images from files (with stb_image library). Updated README.md file with description of Tutorial06.
2016-06-22 23:23:22 +02:00
Tutorial01
Renamed "Tutorial" namespace to "ApiWithoutSecrets". Added ApiWithoutSecrets namescape to all files. Placed function pointers in an ApiWithoutSecrets namespace to fix errors on Linux.
2016-04-13 09:27:27 +02:00
Tutorial02
Modified rendering framework to support surface size of 0 width and 0 height (this can occur on Windows when window gets minimized). In such situation, swapchain is not created and rendering function is not called. Instead, rendering loop waits for 1/10 of a second.
2016-06-20 16:26:00 +02:00
Tutorial03
Updated GLSL and SPIR-V shaders (added gl_PerVertex redeclaration to vertex shaders).
2016-06-16 10:35:43 +02:00
Tutorial04
Fixed uninitialized variable problem in Tutorial05 and formatting (unnecessary spaces) in tutorials 04 and 05.
2016-06-20 16:26:40 +02:00
Tutorial05
Fixed uninitialized variable problem in Tutorial05 and formatting (unnecessary spaces) in tutorials 04 and 05.
2016-06-20 16:26:40 +02:00
Tutorial06
Added tutorials "06 - Descriptor Sets" and "07 - Uniform Buffers". Added functions for projection matrices generation to Tools. Added function for loading images from files (with stb_image library). Updated README.md file with description of Tutorial06.
2016-06-22 23:23:22 +02:00
Tutorial07
Added tutorials "06 - Descriptor Sets" and "07 - Uniform Buffers". Added functions for projection matrices generation to Tools. Added function for loading images from files (with stb_image library). Updated README.md file with description of Tutorial06.
2016-06-22 23:23:22 +02:00
build.bat
Added license.txt file.
2016-03-14 20:21:47 +01:00
build.sh
Added license.txt file.
2016-03-14 20:21:47 +01:00
CMakeLists.txt
Added tutorials "06 - Descriptor Sets" and "07 - Uniform Buffers". Added functions for projection matrices generation to Tools. Added function for loading images from files (with stb_image library). Updated README.md file with description of Tutorial06.
2016-06-22 23:23:22 +02:00
compile_shaders.bat
Added example usage to compile_shaders.bat file.
2016-06-16 10:53:43 +02:00