mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
Typo fix
Co-authored-by: Megamouse <studienricky89@googlemail.com>
This commit is contained in:
parent
59d44cd1cc
commit
c9a978a03e
1 changed files with 1 additions and 1 deletions
|
@ -481,7 +481,7 @@ VKGSRender::VKGSRender() : GSRender()
|
|||
m_fragment_instructions_buffer.create(VK_BUFFER_USAGE_STORAGE_BUFFER_BIT, 64 * 0x100000, "fragment instructions buffer", 2048);
|
||||
}
|
||||
|
||||
// Initiailize optional allocation information with placeholders
|
||||
// Initialize optional allocation information with placeholders
|
||||
m_raster_env_buffer_info = { m_raster_env_ring_info.heap->value, 0, 128 };
|
||||
|
||||
const auto limits = m_device->gpu().get_limits();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue