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

Method getScreenshotBuffer

hi_scripting/scripting/api/ScriptingGraphics.cpp:544–550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

542}
543
544ScreenshotListener::CachedImageBuffer::Ptr ScriptingObjects::ScriptShader::getScreenshotBuffer()
545{
546 if (isRenderingScreenshot())
547 return lastScreenshot;
548
549 return nullptr;
550}
551
552bool ScriptingObjects::ScriptShader::isRenderingScreenshot()
553{ return renderingScreenShot; }

Callers 1

performMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected