mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-22 03:40:30 +00:00
formatting: Unify indentation type in the newly added files to tabs
This commit is contained in:
parent
bad4d1ff05
commit
48407752a6
@ -107,7 +107,7 @@ void VKGSRender::advance_queued_frames()
|
|||||||
// m_rtts storage is double buffered and should be safe to tag on frame boundary
|
// m_rtts storage is double buffered and should be safe to tag on frame boundary
|
||||||
m_rtts.free_invalidated();
|
m_rtts.free_invalidated();
|
||||||
|
|
||||||
//texture cache is also double buffered to prevent use-after-free
|
// Texture cache is also double buffered to prevent use-after-free
|
||||||
m_texture_cache.on_frame_end();
|
m_texture_cache.on_frame_end();
|
||||||
m_samplers_dirty.store(true);
|
m_samplers_dirty.store(true);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user