Commit Graph

11 Commits

Author SHA1 Message Date
codergirl42
0994ef6c5c Updated License Headers
Fixed control characters that caused misformatting in some text editors
2017-06-05 15:40:42 -07:00
codergirl42
561ac8c3c7 Updated License to Apache 2.0 2017-04-21 16:20:21 -07: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
1570a40314 Refactored code in Tutorial 05 (changed order of operaions - moved rendering resources creation to the beginning). 2016-07-05 00:20:14 +02:00
plapins
05959fd7e5 Updated Tutorial 05 to incorporate changes implemented in a Tutorial 04. 2016-07-04 22:51:31 +02:00
plapins
de3f1b1b99 Unified GLSL version across shaders in all tutorials. 2016-06-24 09:36:28 +02:00
plapins
37d04f3be5 Fixed uninitialized variable problem in Tutorial05 and formatting (unnecessary spaces) in tutorials 04 and 05. 2016-06-20 16:26:40 +02:00
plapins
77c5c16467 Updated GLSL and SPIR-V shaders (added gl_PerVertex redeclaration to vertex shaders). 2016-06-16 10:35:43 +02:00
plapins
6bce4d9799 Fixed bug in buffer memory allocation code in tutorials 04 and 05. Modified ImageParameters structure (renamed "ImageView" member to "View", added "Sampler" member) and updated tutorial 03, 04 and 05. Fixed typos in comments. 2016-06-14 12:27:47 +02:00
plapins
2c06d5d63f Added code for tutorial 05 - Staging Resources 2016-06-06 14:08:17 +02:00