diff options
author | Shannon McPherson <[email protected]> | 2019-01-07 15:55:41 -0700 |
---|---|---|
committer | Shannon McPherson <[email protected]> | 2019-01-07 15:55:41 -0700 |
commit | b0d6277a79fc7795d50ff3725ee2a6968d30f8da (patch) | |
tree | f0e119a9a5f205d6426bd489f4d6706869c1f20b /registry/generator.py | |
parent | f54e45b92374b99de8556cacffc3602a03187b68 (diff) | |
download | Vulkan-Headers-b0d6277a79fc7795d50ff3725ee2a6968d30f8da.tar.gz Vulkan-Headers-b0d6277a79fc7795d50ff3725ee2a6968d30f8da.zip |
headers: Update to Vulkan header version 1.1.97
Updated:
- `include/vulkan/vulkan.h`
- `include/vulkan/vulkan.hpp`
- `include/vulkan/vulkan_android.h`
- `include/vulkan/vulkan_core.h`
- `include/vulkan/vulkan_fuchsia.h`
- `include/vulkan/vulkan_ios.h`
- `include/vulkan/vulkan_macos.h`
- `include/vulkan/vulkan_vi.h`
- `include/vulkan/vulkan_wayland.h`
- `include/vulkan/vulkan_win32.h`
- `include/vulkan/vulkan_xcb.h`
- `include/vulkan/vulkan_xlib.h`
- `include/vulkan/vulkan_xlib_xrandr.h`
- `registry/cgenerator.py`
- `registry/generator.py`
- `registry/genvk.py`
- `registry/reg.py`
- `registry/validusage.json`
- `registry/vk.xml`
Diffstat (limited to 'registry/generator.py')
-rw-r--r-- | registry/generator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/generator.py b/registry/generator.py index a0f79ac..fbd4f8d 100644 --- a/registry/generator.py +++ b/registry/generator.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 -i # -# Copyright (c) 2013-2018 The Khronos Group Inc. +# Copyright (c) 2013-2019 The Khronos Group Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. |