 |
Version32(UInt32, UInt32, UInt32) Constructor |
Constructs a new
Version32 with the given major, minor and patch values.
Namespace: Ab4d.VulkanAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntaxpublic Version32(
uint major,
uint minor,
uint patch
)
Parameters
- major UInt32
- major
- minor UInt32
- minor
- patch UInt32
- patch
Remarks[Missing <remarks> documentation for "M:Ab4d.Vulkan.Version32.#ctor(System.UInt32,System.UInt32,System.UInt32)"]
See Also