Commit Graph

4 Commits

Author SHA1 Message Date
Xinzhao@SWAT-06
35ff9cc8f0 Use the parameter of the image handle to allocate memory.
The original code will use Vulkan.Image.Handle to query the requirement of
the image to be allocated memory, which is unreasonable, since the handle
for the image has been given as the parameter "image" already. When reuse
this function to create other images, the program would crash in the
driver side for this reason.
2016-12-20 16:23:49 +08:00
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
plapins
6891584245 Added handle's value clearing after framebuffer's destruction. 2016-07-27 11:23:26 +02:00
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