Browse Source

external: regenerated Vulkan headers with latest flextGL.

Should fix the compilation issue on Windows.
pull/280/head
Vladimír Vondruš 8 years ago
parent
commit
6f2b115953
  1. 427
      src/MagnumExternal/Vulkan/flextVk.h
  2. 3
      src/MagnumExternal/Vulkan/flextVk.h.template

427
src/MagnumExternal/Vulkan/flextVk.h vendored

File diff suppressed because it is too large Load Diff

3
src/MagnumExternal/Vulkan/flextVk.h.template vendored

@ -27,6 +27,7 @@
*/
#include <cstdint>
#include <cstddef>
#include <Corrade/Utility/VisibilityMacros.h>
#include "Magnum/configure.h"
@ -90,8 +91,6 @@ extern "C" {
/* Data types */
typedef std::size_t size_t;
@passthru
/* I'll bite the bullet and expect that vkCreateInstance(),

Loading…
Cancel
Save