Vulkan-Docs/doc/specs/vulkan/man/vkGetPhysicalDeviceFeatures.txt

58 lines
1.4 KiB
Plaintext
Raw Normal View History

// 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/
2016-02-16 01:53:44 -08:00
vkGetPhysicalDeviceFeatures(3)
==============================
Name
----
vkGetPhysicalDeviceFeatures - Reports capabilities of a physical device.
C Specification
---------------
// refBegin vkGetPhysicalDeviceFeatures Reports capabilities of a physical device.
To query supported features, call:
2016-02-16 01:53:44 -08:00
include::../protos/vkGetPhysicalDeviceFeatures.txt[]
2016-02-16 01:53:44 -08:00
Parameters
----------
* pname:physicalDevice is the physical device from which to query the
supported features.
* pname:pFeatures is a pointer to a slink:VkPhysicalDeviceFeatures
structure in which the physical device features are returned. For each
feature, a value of ename:VK_TRUE indicates that the feature is
supported on this physical device, and ename:VK_FALSE indicates that the
feature is not supported.
2016-02-16 01:53:44 -08:00
Description
-----------
include::../validity/protos/vkGetPhysicalDeviceFeatures.txt[]
2016-02-16 01:53:44 -08:00
See Also
--------
2016-02-16 01:53:44 -08:00
slink:VkPhysicalDevice, slink:VkPhysicalDeviceFeatures
2016-02-16 01:53:44 -08:00
Document Notes
--------------
2016-02-16 01:53:44 -08:00
For more information, see the Vulkan Specification at URL
2016-02-16 01:53:44 -08:00
https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#vkGetPhysicalDeviceFeatures
2016-02-16 01:53:44 -08:00
This page is extracted from the Vulkan Specification.
Fixes and changes should be made to the Specification,not directly.
2016-02-16 01:53:44 -08:00
include::footer.txt[]