Click or drag to resize
Ab4d.SharpEngine logo

Version32 Structure

[Missing <summary> documentation for "T:Ab4d.Vulkan.Version32"]

Inheritance Hierarchy
SystemObject
  SystemValueType
    Ab4d.VulkanVersion32

Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public readonly struct Version32 : IEquatable<Version32>, 
	IComparable<Version32>

The Version32 type exposes the following members.

Constructors
 NameDescription
Public methodVersion32(UInt32) Constructs a new Version32 with the given raw value.
Public methodVersion32(UInt32, UInt32, UInt32) Constructs a new Version32 with the given major, minor and patch values. If path is bigger than 0xFFF (4095), it will be set to 0.
Top
Properties
 NameDescription
Public propertyMajor Major version number
Public propertyMinor Minor version number
Public propertyPatch Patch version number
Public propertyValue The raw 32-bit value of the Version32.
Public propertyVariant Variant number. This is always 0 for the Vulkan API.
Top
Methods
 NameDescription
Public methodCompareTo 
Public methodEquals(Object)
(Overrides ValueTypeEquals(Object))
Public methodEquals(Version32) Returns whether another Version32 value is considered equal to this one. Two Version32s are considered equal when their raw values are equal.
Public methodGetHashCode
(Overrides ValueTypeGetHashCode)
Public methodToString
(Overrides ValueTypeToString)
Top
Operators
Fields
 NameDescription
Public fieldStatic memberVersion_1_0 Version 1.0.0
Public fieldStatic memberVersion_1_1 Version 1.1.0
Public fieldStatic memberVersion_1_2 Version 1.2.0
Public fieldStatic memberVersion_1_3 Version 1.3.0
Top
Remarks

[Missing <remarks> documentation for "T:Ab4d.Vulkan.Version32"]

See Also