mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-29 09:56:39 +00:00
Remove RENDERDOC_GetDefaultCaptureOptions, initialise in constructor
This commit is contained in:
@@ -17,8 +17,6 @@ Execution & Injection
|
||||
.. autoclass:: renderdoc.CaptureOptions
|
||||
:members:
|
||||
|
||||
.. autofunction:: renderdoc.GetDefaultCaptureOptions
|
||||
|
||||
.. autoclass:: renderdoc.EnvironmentModification
|
||||
:members:
|
||||
|
||||
|
||||
@@ -264,7 +264,7 @@ for mod_name in check_mods:
|
||||
continue
|
||||
|
||||
# skip some functions that have special bindings and won't be easily found
|
||||
if objname in ['CreateRemoteServerConnection', 'DumpObject', 'GetDefaultCaptureOptions', 'GetSupportedDeviceProtocols']:
|
||||
if objname in ['CreateRemoteServerConnection', 'DumpObject', 'GetSupportedDeviceProtocols']:
|
||||
if args.verbose:
|
||||
print("Skipping {}".format(objname))
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user