mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
vk: Fix memory value in comments to match with the code below
This commit is contained in:
parent
66946a83e6
commit
99c1f87289
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ namespace vk
|
|||
{
|
||||
if (!g_scratch_buffer)
|
||||
{
|
||||
// 32M disposable scratch memory
|
||||
// 128M disposable scratch memory
|
||||
g_scratch_buffer = std::make_unique<vk::buffer>(*g_current_renderer, 128 * 0x100000,
|
||||
g_current_renderer->get_memory_mapping().device_local, VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT,
|
||||
VK_BUFFER_USAGE_TRANSFER_SRC_BIT | VK_BUFFER_USAGE_TRANSFER_DST_BIT | VK_BUFFER_USAGE_STORAGE_BUFFER_BIT, 0);
|
||||
|
|
Loading…
Add table
Reference in a new issue