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
35ff9cc8f075212bb39c205fa0a48143af6adcd9
IntroductionToVulkan
/
Project
/
Tutorial04
History
plapins
47bb2a9177
Fixed initial layout (changed to undefined) during transitioning swapchain image after acquisition (both inside a pipeline barrier and render pass) in the rest of tutorials (04 to 07).
2016-08-19 10:57:38 +02:00
..
Data04
Unified GLSL version across shaders in all tutorials.
2016-06-24 09:36:28 +02:00
main.cpp
Modified Tutorial04: improved code maintenance (replaced static arrays with std::vectors); changed order of some operations (moved vertex buffer creation before rendering resources creation).
2016-07-02 22:45:16 +02:00
Tutorial04.cpp
Fixed initial layout (changed to undefined) during transitioning swapchain image after acquisition (both inside a pipeline barrier and render pass) in the rest of tutorials (04 to 07).
2016-08-19 10:57:38 +02:00
Tutorial04.h
Modified Tutorial04: improved code maintenance (replaced static arrays with std::vectors); changed order of some operations (moved vertex buffer creation before rendering resources creation).
2016-07-02 22:45:16 +02:00