mirror of
https://github.com/status-im/Vulkan-Docs.git
synced 2025-02-28 22:10:29 +00:00
14 lines
577 B
Plaintext
14 lines
577 B
Plaintext
|
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
||
|
ifndef::doctype-manpage[]
|
||
|
[[VK_MAKE_VERSION,VK_MAKE_VERSION]]
|
||
|
["source","{basebackend@docbook:c++:cpp}",title=""]
|
||
|
endif::doctype-manpage[]
|
||
|
ifdef::doctype-manpage[]
|
||
|
["source","{basebackend@docbook:c++:cpp}"]
|
||
|
endif::doctype-manpage[]
|
||
|
------------------------------------------------------------------------------
|
||
|
#define VK_MAKE_VERSION(major, minor, patch) \
|
||
|
(((major) << 22) | ((minor) << 12) | (patch))
|
||
|
|
||
|
------------------------------------------------------------------------------
|