aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/xglIntelExt.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/include/xglIntelExt.h b/include/xglIntelExt.h
new file mode 100644
index 00000000..d5935616
--- /dev/null
+++ b/include/xglIntelExt.h
@@ -0,0 +1,24 @@
+/* IN DEVELOPMENT. DO NOT SHIP. */
+
+#ifndef __XGLINTELEXT_H__
+#define __XGLINTELEXT_H__
+
+#include <xcb/xcb.h>
+#include <xcb/randr.h>
+#include "xgl.h"
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif // __cplusplus
+
+typedef enum _XGL_INTEL_STRUCTURE_TYPE
+{
+ XGL_INTEL_STRUCTURE_TYPE_SHADER_CREATE_INFO = 1000,
+} XGL_INTEL_STRUCTURE_TYPE;
+
+#ifdef __cplusplus
+} // extern "C"
+#endif // __cplusplus
+
+#endif // __XGLINTELEXT_H__