video_core: Amend doxygen comment references

Fixes broken documentation references.
This commit is contained in:
Lioncash 2020-04-15 22:33:27 -04:00
parent d06795c08a
commit 3c3928a5f7
2 changed files with 5 additions and 5 deletions

View file

@ -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);