}
+#if 0 /* not used, but don't remove just yet */
/**
* Recursively traverse 'oper' to produce a swizzle mask in the event
* of any vector subscripts and swizzle suffixes.
return SWIZZLE_XYZW;
}
}
+#endif
+#if 0
/**
* Recursively descend through swizzle nodes to find the node's storage info.
*/
}
return n->Store;
}
-
+#endif
/**
}
+#if 0
static void
print_funcs(struct slang_function_scope_ *scope, const char *name)
{
if (scope->outer_scope)
print_funcs(scope->outer_scope, name);
}
+#endif
/**
}
+#if 0
/**
* Determine if the given operation/expression is const-valued.
*/
return GL_TRUE;
}
}
+#endif
/**