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

◆ get_dimensions()

std::pair< uint32_t, uint32_t > MayaFlux::Buffers::TextureBindBuffer::get_dimensions ( ) const
inline

Get texture dimensions.

Definition at line 89 of file TextureBindBuffer.hpp.

90 {
91 return m_texture_node ? std::make_pair(m_texture_node->get_width(), m_texture_node->get_height()) : std::make_pair(0U, 0U);
92 }
std::shared_ptr< Nodes::GpuSync::TextureNode > m_texture_node