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

◆ kernel()

Assemble & MayaFlux::Portal::Graphics::ShaderSpec::Assemble::kernel ( KernelSource  ks)
inline

Supply a user kernel via MF_KERNEL.

When set, KernelOp is ignored.

Parameters
ksKernelSource produced by MF_KERNEL. If its param_names is empty, build() fills it from the declared bindings, then the push constant fields, then a trailing "i".

Definition at line 509 of file ShaderSpec.hpp.

510 {
511 m_kernel = std::move(ks);
512 return *this;
513 }

References m_kernel.

Referenced by MayaFlux::Nodes::Network::GpuFieldOperator::build_spec().

+ Here is the caller graph for this function: