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

◆ needs_layout_update()

bool MayaFlux::Nodes::GpuSync::GeometryWriterNode::needs_layout_update ( ) const
inline

Check if layout needs update.

Returns
True if stride or vertex count changed

Definition at line 296 of file GeometryWriterNode.hpp.

296{ return m_needs_layout_update; }
bool m_needs_layout_update
Flag indicating if layout needs update.