vk: Revert more debugging code

This commit is contained in:
kd-11 2023-09-14 21:12:19 +03:00 committed by kd-11
parent e31859a5ed
commit 725bad0963
1 changed files with 1 additions and 1 deletions

View File

@ -1396,7 +1396,7 @@ namespace vk
void* mem = image->memory->map(0, layout.rowPitch * height); void* mem = image->memory->map(0, layout.rowPitch * height);
auto src = vm::get_super_ptr<const char>(address); auto src = vm::_ptr<const char>(address);
auto dst = static_cast<char*>(mem); auto dst = static_cast<char*>(mem);
// TODO: SSE optimization // TODO: SSE optimization