Updated Vulkan headers to 1.0.21.0

This commit is contained in:
saschawillems 2016-08-29 21:45:34 +02:00
parent 6c3a597002
commit bbfc9c78cf
9 changed files with 171 additions and 44 deletions

View file

@ -42,7 +42,7 @@
spv = {
MagicNumber = 0x07230203,
Version = 0x00010000,
Revision = 3,
Revision = 6,
OpCodeMask = 0xffff,
WordCountShift = 16,
@ -211,6 +211,7 @@ spv = {
sRGBx = 16,
sRGBA = 17,
sBGRA = 18,
ABGR = 19,
},
ImageChannelDataType = {