|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
Base abstraction for CPU-GPU coordinated nodes. More...
#include <GpuSync.hpp>
Collaboration diagram for GpuSyncNode:Base abstraction for CPU-GPU coordinated nodes.
Captures the common pattern of "CPU computation at VISUAL_RATE that produces GPU-bindable data". Provides:
compute_frame() pure virtual)Does NOT own data storage (too heterogeneous). Subclasses (TextureNode, GeometryWriterNode) own their buffers.