From 6106b8cfd15baf7322230dfca9ea90f611e343a4 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Sun, 4 Nov 2007 15:15:38 +0000 Subject: [PATCH] Added Boolean->GLBoolean type map, to follow the GL naming convention. --- Source/Bind/Specifications/Glu/glu.tm | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Bind/Specifications/Glu/glu.tm b/Source/Bind/Specifications/Glu/glu.tm index f4e44646..6791da24 100644 --- a/Source/Bind/Specifications/Glu/glu.tm +++ b/Source/Bind/Specifications/Glu/glu.tm @@ -21,3 +21,4 @@ TextureTarget TextureTarget PixelFormat PixelFormat PixelType PixelType MapTarget MapTarget +Boolean GLboolean \ No newline at end of file