MayaFlux
0.3.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
get_dimensions()
std::pair< uint32_t, uint32_t > MayaFlux::Buffers::NodeTextureBuffer::get_dimensions
(
)
const
inline
Get texture dimensions from node.
Definition at line
110
of file
NodeTextureBuffer.hpp
.
111
{
112
return
m_texture_node
113
? std::make_pair(
m_texture_node
->get_width(),
m_texture_node
->get_height())
114
:
std
::make_pair(0
U
, 0
U
);
115
}
MayaFlux::Buffers::NodeTextureBuffer::m_texture_node
std::shared_ptr< Nodes::GpuSync::TextureNode > m_texture_node
Definition
NodeTextureBuffer.hpp:143
MayaFlux::IO::Keys::U
@ U
std
Definition
BufferUtils.hpp:228
MayaFlux
Buffers
NodeTextureBuffer
Generated by
1.9.8