MCPcopy Create free account
hub / github.com/christophhart/HISE / setCompileResult

Method setCompileResult

hi_scripting/scripting/api/ScriptingGraphics.cpp:513–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

511{ return r.wasOk(); }
512
513void ScriptingObjects::ScriptShader::setCompileResult(Result compileResult)
514{
515 r = processErrorMessage(compileResult);
516
517 for (auto f : includedFiles)
518 f->setRuntimeErrors(r);
519}
520
521void ScriptingObjects::ScriptShader::setGlobalBounds(Rectangle<int> b, float sf)
522{

Callers 2

performMethod · 0.80
paintMethod · 0.80

Calls 1

setRuntimeErrorsMethod · 0.80

Tested by

no test coverage detected