MayaFlux
0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
operator==()
bool MayaFlux::Core::VideoMode::operator==
(
const
VideoMode
&
other
)
const
inline
Definition at line
458
of file
GlobalGraphicsInfo.hpp
.
459
{
460
return
width
== other.width &&
height
== other.height &&
refresh_rate
== other.refresh_rate;
461
}
MayaFlux::Core::VideoMode::width
uint32_t width
Definition
GlobalGraphicsInfo.hpp:454
MayaFlux::Core::VideoMode::height
uint32_t height
Definition
GlobalGraphicsInfo.hpp:454
MayaFlux::Core::VideoMode::refresh_rate
uint32_t refresh_rate
Definition
GlobalGraphicsInfo.hpp:455
References
height
,
refresh_rate
, and
width
.
MayaFlux
Core
VideoMode
Generated by
1.9.8