summaryrefslogtreecommitdiff
path: root/CL/cl.h
diff options
context:
space:
mode:
Diffstat (limited to 'CL/cl.h')
-rw-r--r--CL/cl.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/CL/cl.h b/CL/cl.h
index c2cdb40..afeeb4e 100644
--- a/CL/cl.h
+++ b/CL/cl.h
@@ -569,11 +569,8 @@ typedef struct _cl_name_version {
#define CL_RGx 0x10BB
#define CL_RGBx 0x10BC
#endif
-#ifdef CL_VERSION_1_2
-#define CL_DEPTH 0x10BD
-#define CL_DEPTH_STENCIL 0x10BE
-#endif
#ifdef CL_VERSION_2_0
+#define CL_DEPTH 0x10BD
#define CL_sRGB 0x10BF
#define CL_sRGBx 0x10C0
#define CL_sRGBA 0x10C1
@@ -597,9 +594,6 @@ typedef struct _cl_name_version {
#define CL_UNSIGNED_INT32 0x10DC
#define CL_HALF_FLOAT 0x10DD
#define CL_FLOAT 0x10DE
-#ifdef CL_VERSION_1_2
-#define CL_UNORM_INT24 0x10DF
-#endif
#ifdef CL_VERSION_2_1
#define CL_UNORM_INT_101010_2 0x10E0
#endif