MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
MayaFlux::Nodes::CompositeOpContextGpu Class Reference

GPU-compatible context for composite operation callbacks. More...

#include <NodeCombine.hpp>

+ Inheritance diagram for MayaFlux::Nodes::CompositeOpContextGpu:
+ Collaboration diagram for MayaFlux::Nodes::CompositeOpContextGpu:

Public Member Functions

 CompositeOpContextGpu (double value, std::vector< double > input_values, std::span< const float > gpu_data)
 
- Public Member Functions inherited from MayaFlux::Nodes::CompositeOpContext
 CompositeOpContext (double value, std::vector< double > input_values)
 
- Public Member Functions inherited from MayaFlux::Nodes::NodeContext
virtual ~NodeContext ()=default
 
template<typename T >
T * as ()
 Safely cast to a derived context type.
 
- Public Member Functions inherited from MayaFlux::Nodes::GpuVectorData
 GpuVectorData ()=default
 
 GpuVectorData (std::span< const float > data)
 
std::span< const float > gpu_data () const
 
size_t gpu_data_size () const
 
bool has_gpu_data () const
 

Additional Inherited Members

- Public Attributes inherited from MayaFlux::Nodes::CompositeOpContext
std::vector< double > input_values
 
- Public Attributes inherited from MayaFlux::Nodes::NodeContext
double value
 Current sample value.
 
std::string type_id
 Type identifier for runtime type checking.
 
- Protected Member Functions inherited from MayaFlux::Nodes::NodeContext
 NodeContext (double value, std::string type)
 Protected constructor for NodeContext.
 
- Protected Attributes inherited from MayaFlux::Nodes::GpuVectorData
std::span< const float > m_gpu_data
 

Detailed Description

GPU-compatible context for composite operation callbacks.

Definition at line 98 of file NodeCombine.hpp.


The documentation for this class was generated from the following files: