MayaFlux 0.2.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 61 of file TextureNode.hpp.

61{ return m_pixel_buffer; }