mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Add some Qt python interfaces not included in docs
This commit is contained in:
@@ -11,6 +11,12 @@ Extension Manager
|
||||
.. autoclass:: qrenderdoc.ExtensionManager
|
||||
:members:
|
||||
|
||||
Mini-Qt Helper
|
||||
--------------
|
||||
|
||||
.. autoclass:: qrenderdoc.MiniQtHelper
|
||||
:members:
|
||||
|
||||
Helpers
|
||||
-------
|
||||
|
||||
|
||||
@@ -67,6 +67,12 @@ Debug Messages
|
||||
.. autoclass:: qrenderdoc.DebugMessageView
|
||||
:members:
|
||||
|
||||
Diagnostic Log
|
||||
--------------
|
||||
|
||||
.. autoclass:: qrenderdoc.DiagnosticLogView
|
||||
:members:
|
||||
|
||||
Comment View
|
||||
------------
|
||||
|
||||
|
||||
@@ -26,6 +26,7 @@ Remote Servers
|
||||
--------------
|
||||
|
||||
.. autofunction:: renderdoc.CreateRemoteServerConnection
|
||||
.. autofunction:: renderdoc.CheckRemoteServerConnection
|
||||
.. autofunction:: renderdoc.BecomeRemoteServer
|
||||
|
||||
Device Protocols
|
||||
@@ -53,6 +54,13 @@ Logging & Versioning
|
||||
.. autofunction:: renderdoc.GetVersionString
|
||||
.. autofunction:: renderdoc.GetCommitHash
|
||||
.. autofunction:: renderdoc.GetDriverInformation
|
||||
.. autofunction:: renderdoc.IsReleaseBuild
|
||||
|
||||
Settings & Configuration
|
||||
------------------------
|
||||
|
||||
.. autofunction:: renderdoc.GetConfigSetting
|
||||
.. autofunction:: renderdoc.SetConfigSetting
|
||||
|
||||
Maths & Utilities
|
||||
-----------------
|
||||
@@ -78,5 +86,6 @@ Maths & Utilities
|
||||
.. autofunction:: renderdoc.MaskForStage
|
||||
.. autofunction:: renderdoc.StartSelfHostCapture
|
||||
.. autofunction:: renderdoc.EndSelfHostCapture
|
||||
.. autofunction:: renderdoc.GetCurrentProcessMemoryUsage
|
||||
.. autofunction:: renderdoc.VarTypeByteSize
|
||||
.. autofunction:: renderdoc.VarTypeCompType
|
||||
|
||||
Reference in New Issue
Block a user