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
a996a583cf07bf8db11d8edcde38b798e5cb9113
IntroductionToVulkan
/
Project
History
plapins
a996a583cf
Fixed pWaitDstStageMask parameter of submit info structure in Tutorial03 and Tutorial04 (queue should wait before color attachment output stage not transfer dst stage).
2016-06-02 12:42:34 +02:00
..
Common
Added flush for modified (mapped) buffer's memory and removed unnecessary CommitMemoryChanges() function in Tutorial04.
2016-06-02 12:41:49 +02:00
Include
Added license.txt file.
2016-03-14 20:21:47 +01: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
Changed queue family indices to VK_QUEUE_FAMILY_IGNORED in image memory barriers when there is no transfer of ownership (src and dst families are identical).
2016-04-25 11:21:51 +02:00
Tutorial03
Fixed pWaitDstStageMask parameter of submit info structure in Tutorial03 and Tutorial04 (queue should wait before color attachment output stage not transfer dst stage).
2016-06-02 12:42:34 +02:00
Tutorial04
Fixed pWaitDstStageMask parameter of submit info structure in Tutorial03 and Tutorial04 (queue should wait before color attachment output stage not transfer dst stage).
2016-06-02 12:42:34 +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 copy operation of DataXX folders from TutorialXX to build folder.
2016-04-13 15:21:52 +02:00