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

◆ get_buffer_size()

size_t MayaFlux::Nodes::GpuSync::TextureNode::get_buffer_size ( ) const
inline

Get buffer size in bytes.

Returns
Total size of pixel buffer

Definition at line 58 of file TextureNode.hpp.

59 {
60 return m_pixel_buffer.size() * sizeof(float);
61 }