47 lines
953 B
Plaintext
47 lines
953 B
Plaintext
|
// Copyright (c) 2014-2016 Khronos Group. This work is licensed under a
|
||
|
// Creative Commons Attribution 4.0 International License; see
|
||
|
// http://creativecommons.org/licenses/by/4.0/
|
||
|
|
||
|
VK_VERSION_MINOR(3)
|
||
|
===================
|
||
|
|
||
|
Name
|
||
|
----
|
||
|
VK_VERSION_MINOR - Extract API minor version number
|
||
|
|
||
|
C Specification
|
||
|
---------------
|
||
|
|
||
|
// refBegin VK_VERSION_MINOR - Extract API minor version number
|
||
|
|
||
|
dname:VK_VERSION_MINOR extracts the API minor version number
|
||
|
from a packed version number:
|
||
|
|
||
|
include::../defines/VK_VERSION_MINOR.txt[]
|
||
|
|
||
|
|
||
|
Description
|
||
|
-----------
|
||
|
|
||
|
// refEnd VK_VERSION_MINOR
|
||
|
|
||
|
|
||
|
See Also
|
||
|
--------
|
||
|
|
||
|
No cross-references are available
|
||
|
|
||
|
|
||
|
Document Notes
|
||
|
--------------
|
||
|
|
||
|
For more information, see the Vulkan Specification at URL
|
||
|
|
||
|
https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#VK_VERSION_MINOR
|
||
|
|
||
|
This page is extracted from the Vulkan Specification.
|
||
|
Fixes and changes should be made to the Specification,not directly.
|
||
|
|
||
|
include::footer.txt[]
|
||
|
|