2016-07-10 18:13:41 -07:00
|
|
|
// 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
|
|
|
|
---------------
|
|
|
|
|
2016-07-10 18:13:41 -07:00
|
|
|
// 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-07-10 18:13:41 -07:00
|
|
|
|
2016-02-16 01:53:44 -08:00
|
|
|
Parameters
|
|
|
|
----------
|
|
|
|
|
2016-07-10 18:13:41 -07:00
|
|
|
* 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
|
|
|
|
-----------
|
|
|
|
|
2016-07-10 18:13:41 -07:00
|
|
|
include::../validity/protos/vkGetPhysicalDeviceFeatures.txt[]
|
2016-02-16 01:53:44 -08:00
|
|
|
|
|
|
|
|
2016-07-10 18:13:41 -07:00
|
|
|
See Also
|
|
|
|
--------
|
2016-02-16 01:53:44 -08:00
|
|
|
|
2016-07-10 18:13:41 -07:00
|
|
|
slink:VkPhysicalDevice, slink:VkPhysicalDeviceFeatures
|
2016-02-16 01:53:44 -08:00
|
|
|
|
|
|
|
|
2016-07-10 18:13:41 -07:00
|
|
|
Document Notes
|
|
|
|
--------------
|
2016-02-16 01:53:44 -08:00
|
|
|
|
2016-07-10 18:13:41 -07:00
|
|
|
For more information, see the Vulkan Specification at URL
|
2016-02-16 01:53:44 -08:00
|
|
|
|
2016-07-10 18:13:41 -07:00
|
|
|
https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#vkGetPhysicalDeviceFeatures
|
2016-02-16 01:53:44 -08:00
|
|
|
|
2016-07-10 18:13:41 -07: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[]
|
2016-07-10 18:13:41 -07:00
|
|
|
|