From 7563b50075975a3a6b32de64ecb240398d421a55 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 23 Mar 2010 12:11:50 -0700 Subject: [PATCH] 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. --- builtin_types.sh | 3 +++ glsl_types.cpp | 1 + 2 files changed, 4 insertions(+) diff --git a/builtin_types.sh b/builtin_types.sh index b7baa59..e09b830 100755 --- a/builtin_types.sh +++ b/builtin_types.sh @@ -122,6 +122,9 @@ cat <