Skip to content

Commit

Permalink
Update source\PhysicalDevice.rst for fix some typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FuXiii committed Feb 2, 2024
1 parent f5bf201 commit 42d9bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/PhysicalDevice.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ vkEnumeratePhysicalDevices
.. note::

枚举的 ``VkPhysicalDevice`` 句柄是在调用 ``vkCreateInstance(...)`` 创建 ``VkInstance`` 时驱动内部创建的。换句话说就是:
``VkPhysicalDevice`` 句柄的声明周期与 ``VkInstance`` 相同, ``VkInstance`` 创建 ``VkPhysicalDevice`` 句柄们也会创建, ``VkInstance`` 销毁 ``VkPhysicalDevice`` 句柄们也会销毁。
``VkPhysicalDevice`` 句柄的生命周期与 ``VkInstance`` 相同, ``VkInstance`` 创建 ``VkPhysicalDevice`` 句柄们也会创建, ``VkInstance`` 销毁 ``VkPhysicalDevice`` 句柄们也会销毁。

获取物理设备信息
######################
Expand Down

0 comments on commit 42d9bb0

Please sign in to comment.