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
49a1cac9d25ffffd5dfeb502bfbafdec08efb885
IntroductionToVulkan
/
Project
/
Tutorial04
History
plapins
49a1cac9d2
Fixed bug in Tutorial04 in which command buffer was submitted to queue but used framebuffer that was already destroyed.
2016-05-12 12:09:53 +02:00
..
Data04
Added license.txt file.
2016-03-14 20:21:47 +01:00
main.cpp
Modified Tutorial04: introduced recommended drawing approach with arbitrary number of [command buffer, semaphore, fence] resources and command buffer recorded each frame; removed creation of a custom image and a copy operation (from custom image to swapchain); framebuffer is now created only during command buffer recording; added dynamic viewport and scissors test states.
2016-04-22 23:23:51 +02:00
Tutorial04.cpp
Fixed bug in Tutorial04 in which command buffer was submitted to queue but used framebuffer that was already destroyed.
2016-05-12 12:09:53 +02:00
Tutorial04.h
Fixed bug in Tutorial04 in which command buffer was submitted to queue but used framebuffer that was already destroyed.
2016-05-12 12:09:53 +02:00