mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Merge pull request #3683 from lioncash/docs
video_core: Amend doxygen comment references
This commit is contained in:
		
						commit
						319df1db77
					
				| @ -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); | ||||
|  | ||||
| @ -614,10 +614,10 @@ private: | ||||
|      * textures within the GPU if possible. Falls back to LLE when it isn't possible to use any of | ||||
|      * the HLE methods. | ||||
|      * | ||||
|      * @param overlaps          The overlapping surfaces registered in the cache. | ||||
|      * @param params            The parameters on the new surface. | ||||
|      * @param gpu_addr          The starting address of the new surface. | ||||
|      * @param cache_addr        The starting address of the new surface on physical memory. | ||||
|      * @param overlaps  The overlapping surfaces registered in the cache. | ||||
|      * @param params    The parameters on the new surface. | ||||
|      * @param gpu_addr  The starting address of the new surface. | ||||
|      * @param cpu_addr  The starting address of the new surface on physical memory. | ||||
|      */ | ||||
|     std::optional<std::pair<TSurface, TView>> Manage3DSurfaces(std::vector<TSurface>& overlaps, | ||||
|                                                                const SurfaceParams& params, | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 bunnei
						bunnei