From 1e5191053d844c86f21cd2b82e4bc09ae0340634 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Mon, 6 Oct 2014 12:44:03 -0600 Subject: intel: Add shader structure for GLSL compile extension --- include/xglIntelExt.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/xglIntelExt.h b/include/xglIntelExt.h index d5935616..15c7f526 100644 --- a/include/xglIntelExt.h +++ b/include/xglIntelExt.h @@ -17,6 +17,12 @@ typedef enum _XGL_INTEL_STRUCTURE_TYPE XGL_INTEL_STRUCTURE_TYPE_SHADER_CREATE_INFO = 1000, } XGL_INTEL_STRUCTURE_TYPE; +typedef struct _XGL_INTEL_COMPILE_GLSL +{ + XGL_PIPELINE_SHADER_STAGE stage; + const char *pCode; +} XGL_INTEL_COMPILE_GLSL; + #ifdef __cplusplus } // extern "C" #endif // __cplusplus -- cgit v1.2.3