Commit Graph

11 Commits

Author SHA1 Message Date
Pawel Lapinski
40f5a89f05 Small code refactoring. 2018-03-20 10:29:59 +01:00
Pawel Lapinski
20fbf8a299 Renamed shader files and updated compile_shaders.bat batch file. 2018-03-20 10:29:58 +01:00
Pawel Lapinski
85c53b9c33 Small code refactoring - preparing for further parts of the tutorial. 2018-02-27 10:51:55 +01:00
Pawel Lapinski
2592271bfa Renamed base class used in tutorials. 2018-02-26 22:48:53 +01:00
Pawel Lapinski
9af5bc6d35 Changed line endings from Windows (\r\n) to Linux (\n) style. 2017-11-14 09:57:36 +01:00
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
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
ff48362533 VulkanCommon: removed semaphore creation, added image views for swapchain images, removed transfer_dst usage from swapchain images. 2016-04-22 23:13:01 +02:00
plapins
95675bd125 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
plapins
766e3f76d6 Added license.txt file.
Added Project folder with source code examples Part 1, Part 2, Part 3 and Part 4.
2016-03-14 20:21:47 +01:00