aboutsummaryrefslogtreecommitdiff
path: root/include/spirv/unified1
diff options
context:
space:
mode:
authorBen Ashbaugh <ben.ashbaugh@intel.com>2021-01-27 08:50:30 -0800
committerBen Ashbaugh <ben.ashbaugh@intel.com>2021-01-27 08:50:30 -0800
commit03034f165ef889f363f9af5d9ecfe0682552384c (patch)
tree0ec3d2d68d4760cddc19dc12979a8b01d3512e3e /include/spirv/unified1
parent25ac9d50e6cb1a8f5652bbaa76965b920db9005e (diff)
downloadSPIRV-Headers-03034f165ef889f363f9af5d9ecfe0682552384c.tar.gz
add generated headers
Diffstat (limited to 'include/spirv/unified1')
-rw-r--r--include/spirv/unified1/DebugInfo.h1
-rw-r--r--include/spirv/unified1/OpenCLDebugInfo100.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/spirv/unified1/DebugInfo.h b/include/spirv/unified1/DebugInfo.h
index c50a131..4657556 100644
--- a/include/spirv/unified1/DebugInfo.h
+++ b/include/spirv/unified1/DebugInfo.h
@@ -78,6 +78,7 @@ enum DebugInfoInstructions {
enum DebugInfoDebugInfoFlags {
+ DebugInfoNone = 0x0000,
DebugInfoFlagIsProtected = 0x01,
DebugInfoFlagIsPrivate = 0x02,
DebugInfoFlagIsPublic = 0x03,
diff --git a/include/spirv/unified1/OpenCLDebugInfo100.h b/include/spirv/unified1/OpenCLDebugInfo100.h
index 1149980..7285bd4 100644
--- a/include/spirv/unified1/OpenCLDebugInfo100.h
+++ b/include/spirv/unified1/OpenCLDebugInfo100.h
@@ -80,6 +80,7 @@ enum OpenCLDebugInfo100Instructions {
enum OpenCLDebugInfo100DebugInfoFlags {
+ OpenCLDebugInfo100None = 0x0000,
OpenCLDebugInfo100FlagIsProtected = 0x01,
OpenCLDebugInfo100FlagIsPrivate = 0x02,
OpenCLDebugInfo100FlagIsPublic = 0x03,