MayaFlux 0.2.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 261 of file GeometryWriterNode.hpp.

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