Changed all printf() functions to std::cout. Added information about available swap chain image usages. Cleaned included header files.

This commit is contained in:
plapins
2016-04-13 08:59:52 +02:00
parent 6578ecc793
commit d34da4e8e0
8 changed files with 230 additions and 194 deletions

View File

@@ -13,7 +13,6 @@
#include <string>
#include <vector>
#include <fstream>
#include "vulkan.h"
namespace Tools {