Version.h file new in Git master
Enum Magnum::
Namespaces
- namespace Magnum new in Git master
 - Root namespace.
 - namespace Magnum::Vk
 - Vulkan wrapping layer.
 
Classes
- 
              template<>struct Corrade::Utility::ConfigurationValue<Magnum::Vk::Version> new in Git master
 - Configuration value parser and writer.
 
Enums
Functions
- auto version(UnsignedInt major, UnsignedInt minor, UnsignedInt patch = 0) -> Version constexpr new in Git master
 - Create a version from components.
 - auto versionMajor(Version version) -> UnsignedInt constexpr new in Git master
 - Extract major version number from a packed representation.
 - auto versionMinor(Version version) -> UnsignedInt constexpr new in Git master
 - Extract minor version number from a packed representation.
 - auto versionPatch(Version version) -> UnsignedInt constexpr new in Git master
 - Extract minor version number from a packed representation.
 - auto operator<(Version a, Version b) -> bool constexpr new in Git master
 - Whether a version is smaller than the other.
 - auto operator<=(Version a, Version b) -> bool constexpr new in Git master
 - Whether a version is smaller than or equal to the other.
 - auto operator>=(Version a, Version b) -> bool constexpr new in Git master
 - Whether a version is greater than or equal to the other.
 - auto operator>(Version a, Version b) -> bool constexpr new in Git master
 - Whether a version is greater than the other.
 - auto operator<<(Debug& debug, Version value) -> Debug& new in Git master
 - Debug output operator.
 - auto enumerateInstanceVersion() -> Version new in Git master
 - Enumerate version supported by the instance.