diff options
| author | 2020-04-15 22:33:27 -0400 | |
|---|---|---|
| committer | 2020-04-15 22:33:29 -0400 | |
| commit | 11837e8f135d53654b84d4b00e8a3b305151c0d8 (patch) | |
| tree | 363de9cfe92e41175dd12bead3c58f6dea640143 /src/video_core/renderer_vulkan | |
| parent | Merge pull request #3612 from ReinUsesLisp/red (diff) | |
| download | yuzu-11837e8f135d53654b84d4b00e8a3b305151c0d8.tar.gz yuzu-11837e8f135d53654b84d4b00e8a3b305151c0d8.tar.xz yuzu-11837e8f135d53654b84d4b00e8a3b305151c0d8.zip | |
video_core: Amend doxygen comment references
Fixes broken documentation references.
Diffstat (limited to 'src/video_core/renderer_vulkan')
| -rw-r--r-- | src/video_core/renderer_vulkan/vk_memory_manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/renderer_vulkan/vk_memory_manager.h b/src/video_core/renderer_vulkan/vk_memory_manager.h index 35ee54d30..5b6858e9b 100644 --- a/src/video_core/renderer_vulkan/vk_memory_manager.h +++ b/src/video_core/renderer_vulkan/vk_memory_manager.h | |||
| @@ -32,7 +32,7 @@ public: | |||
| 32 | * memory. When passing false, it will try to allocate device local memory. | 32 | * memory. When passing false, it will try to allocate device local memory. |
| 33 | * @returns A memory commit. | 33 | * @returns A memory commit. |
| 34 | */ | 34 | */ |
| 35 | VKMemoryCommit Commit(const VkMemoryRequirements& reqs, bool host_visible); | 35 | VKMemoryCommit Commit(const VkMemoryRequirements& requirements, bool host_visible); |
| 36 | 36 | ||
| 37 | /// Commits memory required by the buffer and binds it. | 37 | /// Commits memory required by the buffer and binds it. |
| 38 | VKMemoryCommit Commit(const vk::Buffer& buffer, bool host_visible); | 38 | VKMemoryCommit Commit(const vk::Buffer& buffer, bool host_visible); |