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

◆ get_pixel_buffer_mutable()

std::span< float > MayaFlux::Nodes::GpuSync::TextureNode::get_pixel_buffer_mutable ( )
inlineprotected

Get mutable pixel buffer for direct write access.

Returns
Span of pixel data (RGBA32F format)

For performance-critical pixel generation. Remember to call mark_dirty() after writing!

Definition at line 178 of file TextureNode.hpp.

179 {
180 return m_pixel_buffer;
181 }

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

+ Here is the caller graph for this function: