vk_texture_cache: Fix typo in commentary
Co-Authored-By: MysticExile <30736337+MysticExile@users.noreply.github.com>
This commit is contained in:
		| @@ -229,7 +229,7 @@ void CachedSurface::DownloadTexture(std::vector<u8>& staging_buffer) { | |||||||
|     } |     } | ||||||
|     scheduler.Finish(); |     scheduler.Finish(); | ||||||
|  |  | ||||||
|     // TODO(Rodrigo): Use an intern buffer for staging buffers and avoid this unnecesary memcpy. |     // TODO(Rodrigo): Use an intern buffer for staging buffers and avoid this unnecessary memcpy. | ||||||
|     std::memcpy(staging_buffer.data(), buffer.commit->Map(host_memory_size), host_memory_size); |     std::memcpy(staging_buffer.data(), buffer.commit->Map(host_memory_size), host_memory_size); | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user