OSDN Git Service

glsl/types: Expose the function_param and struct_field structs to C
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 29 Apr 2015 21:48:12 +0000 (14:48 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Mon, 31 Aug 2015 23:58:20 +0000 (16:58 -0700)
commit53bff3e445b7c9697d7cfbbcd2207b21bbc6e08a
tree4aa2863b387ce3a1d8a07dc115388d24a782eb73
parent0db3e4dd7269c9eee48b165ce3560c042e73e8c0
glsl/types: Expose the function_param and struct_field structs to C

Previously, they were hidden behind a #ifdef __cplusplus so C wouldn't find
them.  This commit simpliy moves the #ifdef and adds #ifdef's around
constructors.
src/glsl/glsl_types.h