diff options
| author | 2020-04-15 23:54:58 -0400 | |
|---|---|---|
| committer | 2020-04-15 23:54:58 -0400 | |
| commit | 319df1db77f5161ff17936f924fef0aed4dede45 (patch) | |
| tree | bf23a6094d150818e7f7cd64e4b3ed08464c1898 /src/video_core/renderer_vulkan | |
| parent | Merge pull request #3649 from FernandoS27/3d-fix (diff) | |
| parent | video_core: Amend doxygen comment references (diff) | |
| download | yuzu-319df1db77f5161ff17936f924fef0aed4dede45.tar.gz yuzu-319df1db77f5161ff17936f924fef0aed4dede45.tar.xz yuzu-319df1db77f5161ff17936f924fef0aed4dede45.zip | |
Merge pull request #3683 from lioncash/docs
video_core: Amend doxygen comment 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); |