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

◆ get_texture_node()

std::shared_ptr< Nodes::GpuSync::TextureNode > MayaFlux::Buffers::NodeTextureBuffer::get_texture_node ( ) const
inline

Get the texture node driving this buffer.

Definition at line 97 of file NodeTextureBuffer.hpp.

98 {
99 return m_texture_node;
100 }
std::shared_ptr< Nodes::GpuSync::TextureNode > m_texture_node