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

Function das_context_eval_block_cmres

src/misc/daScriptC.cpp:409–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407}
408
409void das_context_eval_block_cmres ( das_context * context, das_block * block, vec4f * arguments, void * cmres ) {
410 if ( !block ) ((Context *)context)->throw_error("invoke null block"); // this never happens
411 ((Context *)context)->invoke(*((Block *)block), arguments, cmres, nullptr);
412}
413
414void das_context_eval_block_cmres_unaligned ( das_context * context, das_block * block, vec4f_unaligned * arguments, int narguments, void * cmres ) {
415 vec4f * args = nullptr;

Calls 2

throw_errorMethod · 0.80
invokeMethod · 0.45

Tested by

no test coverage detected