summaryrefslogtreecommitdiff
path: root/include/spirv/unified1/spirv.h
diff options
context:
space:
mode:
authorKevin Petit <kevin.petit@arm.com>2023-06-21 12:05:43 +0100
committerKevin Petit <kevin.petit@arm.com>2023-06-21 12:05:43 +0100
commit72e4c7e8c0c057be21c407e1e5ffefcdda1f8708 (patch)
treef6370cbc72da9283e97e16a0b2dca5042685922b /include/spirv/unified1/spirv.h
parent6e09e44cd88a5297433411b2ee52f4cf9f50fa90 (diff)
downloadSPIRV-Headers-72e4c7e8c0c057be21c407e1e5ffefcdda1f8708.tar.gz
SPIRV-Headers-72e4c7e8c0c057be21c407e1e5ffefcdda1f8708.tar.bz2
SPIRV-Headers-72e4c7e8c0c057be21c407e1e5ffefcdda1f8708.zip
Add definitions for SVP_EXT_image_raw10_raw12
Diffstat (limited to 'include/spirv/unified1/spirv.h')
-rw-r--r--include/spirv/unified1/spirv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/spirv/unified1/spirv.h b/include/spirv/unified1/spirv.h
index b204282..6304add 100644
--- a/include/spirv/unified1/spirv.h
+++ b/include/spirv/unified1/spirv.h
@@ -361,6 +361,8 @@ typedef enum SpvImageChannelDataType_ {
SpvImageChannelDataTypeFloat = 14,
SpvImageChannelDataTypeUnormInt24 = 15,
SpvImageChannelDataTypeUnormInt101010_2 = 16,
+ SpvImageChannelDataTypeUnsignedIntRaw10EXT = 19,
+ SpvImageChannelDataTypeUnsignedIntRaw12EXT = 20,
SpvImageChannelDataTypeMax = 0x7fffffff,
} SpvImageChannelDataType;