glsl: Add GLSL_TYPE_FUNCTION to the base types enums

This commit is contained in:
Jason Ekstrand
2015-02-24 16:27:32 -08:00
parent 2b570a49a9
commit 7b63b3de93
11 changed files with 13 additions and 0 deletions
+1
View File
@@ -88,6 +88,7 @@ copy_constant_to_storage(union gl_constant_value *storage,
case GLSL_TYPE_IMAGE:
case GLSL_TYPE_ATOMIC_UINT:
case GLSL_TYPE_INTERFACE:
case GLSL_TYPE_FUNCTION:
case GLSL_TYPE_VOID:
case GLSL_TYPE_ERROR:
/* All other types should have already been filtered by other