mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 21:10:42 +00:00
Add python interface consistency check that we don't use non-class enums
* These enums are generally not preferred anyway, but they also can't have docstrings so can't be checked for *missing* docstrings.
This commit is contained in:
@@ -219,7 +219,9 @@ struct ShaderProcessingTool
|
||||
|
||||
DECLARE_REFLECTION_STRUCT(ShaderProcessingTool);
|
||||
|
||||
#if !defined(SWIG)
|
||||
#define BUGREPORT_URL "https://renderdoc.org/bugreporter"
|
||||
#endif
|
||||
|
||||
DOCUMENT("Describes a submitted bug report.");
|
||||
struct BugReport
|
||||
|
||||
Reference in New Issue
Block a user