Skip to content

Commit

Permalink
fix some mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
FuXiii committed Oct 8, 2023
1 parent 2ca8f6a commit 5cf6be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@ vkGetDeviceProcAddr

PFN_vk{Device 域函数名} vk{Device 域函数名} = (PFN_vk{Device 域函数名})vkGetDeviceProcAddr(device, "vk{Device 域函数名}");

.. note:: 在创建完 ``VkDevice`` 之后,由于之后所有要调用的函数追踪都作用在某一具体逻辑设备上(或由该逻辑设备创建的相关对象上),所以之后所有函数都是 ``Device`` 域函数。
.. note:: 在创建完 ``VkDevice`` 之后,由于之后所有要调用的函数最终都作用在某一具体逻辑设备上(或由该逻辑设备创建的相关对象上),所以之后所有函数都是 ``Device`` 域函数。

获取设备队列
############################
Expand Down

0 comments on commit 5cf6be8

Please sign in to comment.