MayaFlux
0.2.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
122
of file
NodeTextureBuffer.hpp
.
123
{
124
return
m_texture_node
125
? std::make_pair(
m_texture_node
->get_width(),
m_texture_node
->get_height())
126
:
std
::make_pair(0
U
, 0
U
);
127
}
MayaFlux::Buffers::NodeTextureBuffer::m_texture_node
std::shared_ptr< Nodes::GpuSync::TextureNode > m_texture_node
Definition
NodeTextureBuffer.hpp:155
MayaFlux::IO::Keys::U
@ U
std
Definition
BufferUtils.hpp:184
MayaFlux
Buffers
NodeTextureBuffer
Generated by
1.9.8