Represents a version number.
More...
#include <Specification.hpp>
|
| uint8_t | Major |
| | Major version number.
|
| |
| uint8_t | Minor |
| | Minor version number.
|
| |
| uint8_t | Patch |
| | Patch version number.
|
| |
Represents a version number.
◆ operator!=()
| bool PixelBullet::ApplicationVersion::operator!= |
( |
const ApplicationVersion & | other | ) |
const |
|
inline |
Compares two ApplicationVersion instances for inequality.
- Parameters
-
- Returns
- True if the versions are not equal; otherwise, false.
◆ operator==()
| bool PixelBullet::ApplicationVersion::operator== |
( |
const ApplicationVersion & | other | ) |
const |
|
inline |
Compares two ApplicationVersion instances for equality.
- Parameters
-
- Returns
- True if both versions are equal; otherwise, false.
◆ ToString()
| std::string PixelBullet::ApplicationVersion::ToString |
( |
| ) |
const |
|
inline |
Converts the version to a string representation.
- Returns
- A string in the format "Major.Minor.Patch".
◆ ToVulkanVersion()
| uint32_t PixelBullet::ApplicationVersion::ToVulkanVersion |
( |
| ) |
const |
Returns the Vulkan-compatible version integer.
- Returns
- Vulkan version using VK_MAKE_VERSION (isolated in the source).
◆ Major
| uint8_t PixelBullet::ApplicationVersion::Major |
◆ Minor
| uint8_t PixelBullet::ApplicationVersion::Minor |
◆ Patch
| uint8_t PixelBullet::ApplicationVersion::Patch |
The documentation for this struct was generated from the following files:
- engine/src/PixelBullet/Application/Specification.hpp
- engine/src/PixelBullet/Application/Specification.cpp