mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-26 08:26:50 +00:00
Add a spellchecking mode for sphinx and fix some typos
* The worst one was Persistant -> Persistent. This involved renaming PersistentConfig but the impact of that is considered minimal enough to be worth fixing.
This commit is contained in:
@@ -1448,7 +1448,7 @@ struct CaptureContextInvoker : UIThreadInvoker<ICaptureContext>
|
||||
return m_Obj.CurVulkanPipelineState();
|
||||
}
|
||||
virtual const PipeState &CurPipelineState() override { return m_Obj.CurPipelineState(); }
|
||||
virtual PersistantConfig &Config() override { return m_Obj.Config(); }
|
||||
virtual PersistentConfig &Config() override { return m_Obj.Config(); }
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
// functions that invoke onto the UI thread
|
||||
|
||||
Reference in New Issue
Block a user