formatting: Unify indentation type in the newly added files to tabs
This commit is contained in:
@@ -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.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_samplers_dirty.store(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user