Remove RENDERDOC_GetDefaultCaptureOptions, initialise in constructor

This commit is contained in:
baldurk
2026-08-13 17:46:46 +01:00
parent e3b0fa0a24
commit 3f653cfbf2
12 changed files with 27 additions and 53 deletions
-2
View File
@@ -17,8 +17,6 @@ Execution & Injection
.. autoclass:: renderdoc.CaptureOptions
:members:
.. autofunction:: renderdoc.GetDefaultCaptureOptions
.. autoclass:: renderdoc.EnvironmentModification
:members:
+1 -1
View File
@@ -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