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

Method vec4f

include/daScript/simulate/aot.h:2201–2206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2199 return blockFunction((cast<argType>::to(args[I]))...);
2200 }
2201 DAS_EVAL_ABI virtual vec4f eval ( Context & context ) override {
2202 DAS_PROFILE_NODE
2203 vec4f ** arguments = (vec4f **)(context.stack.bottom() + argumentsOffset);
2204 using Indices = make_index_sequence<sizeof...(argType)>;
2205 return cast<resType>::from ( callBlockFunction(*arguments, Indices()) );
2206 }
2207 BlockFn blockFunction;
2208 };
2209

Callers

nothing calls this directly

Calls 1

bottomMethod · 0.80

Tested by

no test coverage detected