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

56 lines
1.3 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
vkGetPhysicalDeviceProperties(3)
================================
Name
----
vkGetPhysicalDeviceProperties - Returns properties of a physical device.
C Specification
---------------
// refBegin vkGetPhysicalDeviceProperties Returns properties of a physical device.
To query general properties of physical devices once enumerated, call:
2016-02-16 01:53:44 -08:00
include::../protos/vkGetPhysicalDeviceProperties.txt[]
2016-02-16 01:53:44 -08:00
Parameters
----------
* pname:physicalDevice is the handle to the physical device whose
properties will be queried.
* pname:pProperties points to an instance of the
slink:VkPhysicalDeviceProperties structure, that will be filled with
returned information.
2016-02-16 01:53:44 -08:00
Description
-----------
include::../validity/protos/vkGetPhysicalDeviceProperties.txt[]
2016-02-16 01:53:44 -08:00
See Also
--------
2016-02-16 01:53:44 -08:00
slink:VkPhysicalDevice, slink:VkPhysicalDeviceProperties
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#vkGetPhysicalDeviceProperties
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[]