Vulkan-Hpp/samples/EnableValidationWithCallback
Arthur Brainville 4320950db1 Update EnableValidationWithCallback.cpp (#466)
Quick patch that fixes the `EnableValidationWithCallback` sample:
  There's no `str()` method here, should use `c_str()`;  
  *but* also, you can print the std::string directly to `std::cout`.

Patches remove `.str()` from printing line when WIN32 is not defined.
2020-01-06 12:16:35 +01:00
..
CMakeLists.txt Cleanup on usage of static vs. dynamic loading (#462) 2019-12-23 08:45:40 +01:00
EnableValidationWithCallback.cpp Update EnableValidationWithCallback.cpp (#466) 2020-01-06 12:16:35 +01:00