From 72e4c7e8c0c057be21c407e1e5ffefcdda1f8708 Mon Sep 17 00:00:00 2001 From: Kevin Petit Date: Wed, 21 Jun 2023 12:05:43 +0100 Subject: Add definitions for SVP_EXT_image_raw10_raw12 --- include/spirv/unified1/spirv.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/spirv/unified1/spirv.h') 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; -- cgit v1.2.3