mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Cache method index for GUIInvoke invokes to avoid string compares
This commit is contained in:
@@ -132,6 +132,8 @@ int main(int argc, char *argv[])
|
||||
|
||||
config.SetupFormatting();
|
||||
|
||||
GUIInvoke::init();
|
||||
|
||||
CaptureContext ctx(filename, remoteHost, remoteIdent, temp, config);
|
||||
|
||||
while(ctx.isRunning())
|
||||
|
||||
Reference in New Issue
Block a user