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

Method eval

src/simulate/simulate.cpp:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97
98 vec4f SimNode_NOP::eval ( Context & ) {
99 return v_zero();
100 }
101
102 vec4f SimNode_DeleteStructPtr::eval ( Context & context ) {
103 DAS_PROFILE_NODE

Callers 3

compile_and_runFunction · 0.45
runInitScriptMethod · 0.45
pathtracerFunction · 0.45

Calls 15

das_aligned_free16Function · 0.85
debug_typeFunction · 0.85
debug_valueFunction · 0.85
reportErrorFunction · 0.85
toFunction · 0.85
evalFinalFunction · 0.85
evalFinalSingleStepFunction · 0.85
throw_error_atMethod · 0.80
spiMethod · 0.80
to_outMethod · 0.80
getStackWalkMethod · 0.80
bottomMethod · 0.80

Tested by

no test coverage detected