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

◆ get_pixel_buffer()

std::span< const float > MayaFlux::Nodes::GpuSync::TextureNode::get_pixel_buffer ( ) const
inline

Get pixel buffer.

Returns
Span of pixel data in RGBA format

Definition at line 40 of file TextureNode.hpp.

40{ return m_pixel_buffer; }