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

◆ get_texture_node()

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

Get the texture node driving this buffer.

Definition at line 65 of file TextureBindBuffer.hpp.

66 {
67 return m_texture_node;
68 }
std::shared_ptr< Nodes::GpuSync::TextureNode > m_texture_node