LLGL 0.05 Beta
Loading...
Searching...
No Matches
DisplayFlags.h File Reference
#include <LLGL/Export.h>
#include <LLGL/Types.h>

Classes

struct  LLGL::DisplayMode
 Display mode structure. More...

Namespaces

namespace  LLGL

Functions

LLGL_EXPORT bool LLGL::operator== (const DisplayMode &lhs, const DisplayMode &rhs)
 Compares the two specified display mode descriptors on equality.
LLGL_EXPORT bool LLGL::operator!= (const DisplayMode &lhs, const DisplayMode &rhs)
 Compares the two specified display mode descriptors on inequality.
LLGL_EXPORT bool LLGL::CompareSWO (const DisplayMode &lhs, const DisplayMode &rhs)
 Compares the two display modes in a strict-weak-order (SWO) fashion.
LLGL_EXPORT Extent2D LLGL::GetExtentRatio (const Extent2D &extent)
 Returns the ratio of the specified extent as another extent, i.e. all attributes are divided by their greatest common divisor.