MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ stop()

void MayaFlux::Portal::Graphics::RenderFlow::stop ( )

Definition at line 84 of file RenderFlow.cpp.

85{
86 if (!s_initialized) {
87 return;
88 }
89
91 "RenderFlow stopped");
92}
#define MF_DEBUG(comp, ctx,...)
@ Rendering
GPU rendering operations (graphics pipeline, frame rendering)
@ Portal
High-level user-facing API layer.

References MF_DEBUG, MayaFlux::Journal::Portal, MayaFlux::Journal::Rendering, and s_initialized.

Referenced by MayaFlux::Portal::Graphics::stop().

+ Here is the caller graph for this function: