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

◆ stop()

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

Definition at line 36 of file ComputePress.cpp.

37{
38 if (!s_initialized) {
39 return;
40 }
41
43 "ComputePress stopped");
44}
#define MF_DEBUG(comp, ctx,...)
@ GPUCompute
GPU compute operations (shaders, GPGPU tasks)
@ Portal
High-level user-facing API layer.

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

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

+ Here is the caller graph for this function: