mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-12 22:14:58 +00:00
Typo fix
Co-authored-by: Megamouse <studienricky89@googlemail.com>
This commit is contained in:
parent
59d44cd1cc
commit
c9a978a03e
@ -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…
x
Reference in New Issue
Block a user