diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2017-10-23 09:23:06 -0600 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2017-10-24 14:48:33 -0600 |
| commit | defadcf52a224fbf0dbea8ff6f23c6bde288d82d (patch) | |
| tree | 57ac5f113492bccc5000911cc51f5f26ec36debd /demos/cube.cpp | |
| parent | c8d034aa57dd4a3cbd9df55f59933c9391431a0a (diff) | |
| download | usermoji-defadcf52a224fbf0dbea8ff6f23c6bde288d82d.tar.xz | |
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
Diffstat (limited to 'demos/cube.cpp')
| -rw-r--r-- | demos/cube.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/cube.cpp b/demos/cube.cpp index 4d19c98d..8ef3942b 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> |
