mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 21:55:52 +00:00
Make "no api" situation more explicit in live capture
This commit is contained in:
@@ -161,7 +161,7 @@ namespace renderdocui.Windows
|
||||
|
||||
if (m_Connection.Connected)
|
||||
{
|
||||
string api = "...";
|
||||
string api = "No API detected";
|
||||
if (m_Connection.API.Length > 0) api = m_Connection.API;
|
||||
this.BeginInvoke((MethodInvoker)delegate
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user