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

◆ get_texture()

std::shared_ptr< Core::VKImage > MayaFlux::Buffers::TextureBuffer::get_texture ( ) const
inline

Get GPU texture image Suitable for binding to shaders via RenderProcessor::bind_texture()

Definition at line 81 of file TextureBuffer.hpp.

81{ return m_gpu_texture; }
std::shared_ptr< Core::VKImage > m_gpu_texture

Referenced by setup_rendering().

+ Here is the caller graph for this function: