52 lines
1.7 KiB
Plaintext
52 lines
1.7 KiB
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/
|
|
|
|
VkPhysicalDevice(3)
|
|
===================
|
|
|
|
Name
|
|
----
|
|
VkPhysicalDevice - Opaque handle to a physical device object
|
|
|
|
C Specification
|
|
---------------
|
|
|
|
// refBegin VkPhysicalDevice - Opaque handle to a physical device object
|
|
|
|
Vulkan separates the concept of _physical_ and _logical_ devices. A
|
|
physical device usually represents a single device in a system (perhaps made
|
|
up of several individual hardware devices working together), of which there
|
|
are a finite number. A logical device represents an application's view of
|
|
the device.
|
|
|
|
Physical devices are represented by sname:VkPhysicalDevice handles:
|
|
|
|
include::../api/handles/VkPhysicalDevice.txt[]
|
|
|
|
|
|
Description
|
|
-----------
|
|
|
|
// refEnd VkPhysicalDevice
|
|
|
|
|
|
See Also
|
|
--------
|
|
|
|
flink:vkCreateDevice, flink:vkEnumerateDeviceExtensionProperties, flink:vkEnumerateDeviceLayerProperties, flink:vkEnumeratePhysicalDevices, flink:vkGetPhysicalDeviceFeatures, flink:vkGetPhysicalDeviceFormatProperties, flink:vkGetPhysicalDeviceImageFormatProperties, flink:vkGetPhysicalDeviceMemoryProperties, flink:vkGetPhysicalDeviceProperties, flink:vkGetPhysicalDeviceQueueFamilyProperties, flink:vkGetPhysicalDeviceSparseImageFormatProperties, flink:vkGetPhysicalDeviceWaylandPresentationSupportKHR
|
|
|
|
|
|
Document Notes
|
|
--------------
|
|
|
|
For more information, see the Vulkan Specification at URL
|
|
|
|
https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#VkPhysicalDevice
|
|
|
|
This page is extracted from the Vulkan Specification.
|
|
Fixes and changes should be made to the Specification,not directly.
|
|
|
|
include::footer.txt[]
|
|
|