Struct VulkanVersion
struct VulkanVersion
;
Constructors
| Name | Description |
|---|---|
this
(major, minor, patch)
|
|
this
(vkVer)
|
Properties
| Name | Type | Description |
|---|---|---|
major[get]
|
uint | |
major[set]
|
uint | |
minor[get]
|
uint | |
minor[set]
|
uint | |
patch[get]
|
uint | |
patch[set]
|
uint |
Methods
| Name | Description |
|---|---|
fromUint
(vkVer)
|
|
toString
()
|
|
toUint
()
|