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

◆ get_uv_processor()

std::shared_ptr< UVFieldProcessor > MayaFlux::Buffers::NetworkTextureBuffer::get_uv_processor ( ) const
inline

Get the UV compute processor for configuration.

Definition at line 65 of file NetworkTextureBuffer.hpp.

66 {
67 return m_uv_processor;
68 }
std::shared_ptr< UVFieldProcessor > m_uv_processor