diff options
author | Jon Leech <[email protected]> | 2020-05-04 03:46:57 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2020-05-04 03:46:57 -0700 |
commit | 9250d5ae8f50202005233dc0512a1d460c8b4833 (patch) | |
tree | c70115512244efb7c0be34b1d4972f45ef454c26 /README.md | |
parent | 0c5351f5e9114d3e9033aeae51d036a3d201c082 (diff) | |
download | Vulkan-Headers-9250d5ae8f50202005233dc0512a1d460c8b4833.tar.gz Vulkan-Headers-9250d5ae8f50202005233dc0512a1d460c8b4833.zip |
Remove advanced notice of header changev1.2.140
The BEGIN_RANGE, END_RANGE, RANGE_SIZE enums have now been removed from the headers, per https://github.com/KhronosGroup/Vulkan-Docs/issues/1230, so remove the "Advance Notice" from the README.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -2,20 +2,6 @@ Vulkan header files and API registry -## Advance Notice of Pending Header Change (posted 2020-04-06) - -Shortly after 2020-04-24, we will be removing the automatically generated -`VK_*_BEGIN_RANGE`, `VK_*_END_RANGE`, and `VK_*_RANGE_SIZE` tokens -from the Vulkan headers. -These tokens are currently defined for some enumerated types, but are -explicitly not part of the Vulkan API. -They existed only to support some Vulkan implementation internals, which no -longer require them. -We will be accepting comments on this topic in -https://github.com/KhronosGroup/Vulkan-Docs/issues/1230, but we strongly -suggest any external projects using these tokens immediately migrate away -from them. - ## Repository Content The contents of this repository are largely obtained from other repositories and are |