mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-29 18:06:37 +00:00
Improve the workflow for extensions that fail on import
This commit is contained in:
@@ -370,6 +370,14 @@ This will always be false if the extension is unloaded.
|
||||
:type: bool
|
||||
)");
|
||||
bool hasChanges = false;
|
||||
|
||||
DOCUMENT(R"(A flag indicating that the extension failed to load properly.
|
||||
|
||||
This will always be false if the extension is unloaded.
|
||||
|
||||
:type: bool
|
||||
)");
|
||||
bool failedLoad = false;
|
||||
};
|
||||
|
||||
DECLARE_REFLECTION_STRUCT(ExtensionMetadata);
|
||||
|
||||
Reference in New Issue
Block a user