mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-22 05:47:55 -05:00
video_core: Amend doxygen comment references
Fixes broken documentation references.
This commit is contained in:
@ -32,7 +32,7 @@ public:
|
||||
* memory. When passing false, it will try to allocate device local memory.
|
||||
* @returns A memory commit.
|
||||
*/
|
||||
VKMemoryCommit Commit(const VkMemoryRequirements& reqs, bool host_visible);
|
||||
VKMemoryCommit Commit(const VkMemoryRequirements& requirements, bool host_visible);
|
||||
|
||||
/// Commits memory required by the buffer and binds it.
|
||||
VKMemoryCommit Commit(const vk::Buffer& buffer, bool host_visible);
|
||||
|
Reference in New Issue
Block a user