Begin processing constructors
[mesa.git] / builtin_types.sh
index b7baa59b23c536125b8969834c26921402719b24..e09b8309b4a90677b3465f0ed886cf67c8fcb6be 100755 (executable)
@@ -122,6 +122,9 @@ cat <<EOF
 static const struct glsl_type error_type =
    glsl_type(GLSL_TYPE_ERROR, 0, 0, "");
 
+static const struct glsl_type void_type =
+   glsl_type(GLSL_TYPE_VOID, 0, 0, "void");
+
 const struct glsl_type *const glsl_error_type = & error_type;
 
 EOF