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

◆ create_context()

std::unique_ptr< NodeContext > MayaFlux::Nodes::GpuSync::GpuSync::create_context ( double  )
inlineoverrideprotectedvirtual

GPU sync nodes don't produce scalar contexts.

Implements MayaFlux::Nodes::Node.

Definition at line 72 of file GpuSync.hpp.

73 {
74 return nullptr;
75 }