| 314 | V_END(); |
| 315 | } |
| 316 | DAS_EVAL_ABI virtual vec4f eval(Context & context) override { |
| 317 | auto cmres = cmresEval->evalPtr(context); |
| 318 | memset ( cmres, 0, sizeof(MatT) ); |
| 319 | return cast<void *>::from(cmres); |
| 320 | } |
| 321 | }; |
| 322 | |
| 323 | template <int r, int c> |