header: Update to version 1.0.64 of the Vulkan hdr
- updated vulkan.h
- updated vk.xml
- updated Win/Lin json files
- updated vk_validation_error_messages.h
- updated vk_validation_error_database.txt
- updated vulkan.hpp
- updated vuid_mapping.py
- updated cube.cpp for vulkan-hpp changes
Change-Id: I79971c3b54feb1fdad5ea2257e4b1b4c6f9e3c3b
diff --git a/demos/cube.cpp b/demos/cube.cpp
index 4d19c98..8ef3942 100644
--- a/demos/cube.cpp
+++ b/demos/cube.cpp
@@ -35,6 +35,7 @@
#warning "Cubepp does not have code for Mir at this time"
#endif
+#define VULKAN_HPP_NO_SMART_HANDLE
#define VULKAN_HPP_NO_EXCEPTIONS
#include <vulkan/vulkan.hpp>
#include <vulkan/vk_sdk_platform.h>