MayaFlux 0.1.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 237 of file GeometryWriterNode.hpp.

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