Add glsl_type::generate_constructor_prototype
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 31 Mar 2010 23:30:56 +0000 (16:30 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 31 Mar 2010 23:30:56 +0000 (16:30 -0700)
commit4ef183e51de2b625b51cdd6c925760429801595e
treea733f0ab4f23d33e08265a895892bc5567e25457
parent68515ee6c2a41cf5c0476b3309fcb050ef37b0d2
Add glsl_type::generate_constructor_prototype

Generates a symbol table entry and the IR approximation of a prototype for a
type's constructor.  Currently only arrays are supported.
glsl_types.cpp
glsl_types.h