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

◆ get_gpu_texture() [1/2]

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

Get the GPU texture image.

Returns
Shared pointer to the GPU-resident VKImage, or nullptr if not set

Definition at line 94 of file TextureBuffer.hpp.

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