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

◆ set_workgroup_size()

void MayaFlux::Nodes::Network::GpuFieldOperator::set_workgroup_size ( uint32_t  x)

Workgroup size along x.

Default 256.

Definition at line 417 of file GpuFieldOperator.cpp.

418{
419 if (x == 0 || m_workgroup_size == x)
420 return;
422 invalidate();
423}
void invalidate()
Clear the cached spec and bump revision().

References invalidate(), and m_workgroup_size.

+ Here is the call graph for this function: