MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / eval

Method eval

src/builtin/module_builtin_math.cpp:316–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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>

Callers

nothing calls this directly

Calls 1

evalPtrMethod · 0.45

Tested by

no test coverage detected