Merge branch 'draw-instanced'
[mesa.git] / src / glsl / builtin_types.h
index 443ae1606ed7f0dfac96948d6da35bf69c4cf0f1..8ccbf6e312f7b61b7cbcd1af8aca7bc7e4d6ae31 100644 (file)
 const glsl_type glsl_type::_error_type =
    glsl_type(GL_INVALID_ENUM, GLSL_TYPE_ERROR, 0, 0, "");
 
-const glsl_type glsl_type::void_type =
+const glsl_type glsl_type::_void_type =
    glsl_type(GL_INVALID_ENUM, GLSL_TYPE_VOID, 0, 0, "void");
 
 const glsl_type *const glsl_type::error_type = & glsl_type::_error_type;
+const glsl_type *const glsl_type::void_type = & glsl_type::_void_type;
 
 /** \name Core built-in types
  *