From: Ian Romanick Date: Tue, 23 Mar 2010 19:11:50 +0000 (-0700) Subject: Add `void' type to table of available types X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7563b50075975a3a6b32de64ecb240398d421a55;p=mesa.git Add `void' type to table of available types This will make void-01.glsl test fail, so I may regret this later. However, this will make supporting functions that return void or functions that have a void parameter list easier to handle. --- diff --git a/builtin_types.sh b/builtin_types.sh index b7baa59b23c..e09b8309b4a 100755 --- a/builtin_types.sh +++ b/builtin_types.sh @@ -122,6 +122,9 @@ cat <