mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-25 16:06:31 +00:00
Disable the $event() filter for now
* It's of very little value and causes more confusion than it's worth.
This commit is contained in:
@@ -1319,14 +1319,16 @@ public:
|
||||
MAKE_BUILTIN_FILTER(all);
|
||||
MAKE_BUILTIN_FILTER(regex);
|
||||
MAKE_BUILTIN_FILTER(param);
|
||||
MAKE_BUILTIN_FILTER(event);
|
||||
// MAKE_BUILTIN_FILTER(event);
|
||||
MAKE_BUILTIN_FILTER(draw);
|
||||
MAKE_BUILTIN_FILTER(dispatch);
|
||||
|
||||
/*
|
||||
m_BuiltinFilters[lit("event")].completer = [this](ICaptureContext *ctx, QString name,
|
||||
QString parameters) {
|
||||
return filterCompleter_event(ctx, name, parameters);
|
||||
};
|
||||
*/
|
||||
m_BuiltinFilters[lit("draw")].completer = [this](ICaptureContext *ctx, QString name,
|
||||
QString parameters) {
|
||||
return filterCompleter_draw(ctx, name, parameters);
|
||||
|
||||
Reference in New Issue
Block a user