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

◆ get_vertex_layout()

std::optional< Kakshya::VertexLayout > MayaFlux::Nodes::GpuSync::GeometryWriterNode::get_vertex_layout ( ) const
inline

Get cached vertex layout.

Returns
Optional containing layout if set

Definition at line 231 of file GeometryWriterNode.hpp.

231{ return m_vertex_layout; }
std::optional< Kakshya::VertexLayout > m_vertex_layout
Cached vertex layout for descriptor binding.

Referenced by MayaFlux::Nodes::GpuSync::PointCollectionNode::compute_frame().

+ Here is the caller graph for this function: