Struct WindowingAPI::InternalVideoMode#

Nested Relationships#

This struct is a nested type of Class WindowingAPI.

Struct Documentation#

struct InternalVideoMode#

This describes a single video mode.

Public Functions

constexpr auto operator<=>(const InternalVideoMode &other) const noexcept = default#

Public Members

i32 Width = 0#
i32 Height = 0#
i32 RedBits = 0#
i32 GreenBits = 0#
i32 BlueBits = 0#
f64 RefreshRate = 0#