| 187 | } |
| 188 | |
| 189 | void testPipedDefaults(int32_t a, float b, const TBlock<void, int32_t, float> & blk, Context * context, LineInfoArg * at) { |
| 190 | das_invoke<void>::invoke(context, at, blk, a, b); |
| 191 | } |
| 192 | |
| 193 | vec4f new_and_init ( Context & context, SimNode_CallBase * call, vec4f * ) { |
| 194 | TypeInfo * typeInfo = call->types[0]; |