mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 21:55:52 +00:00
Add qprocessinfo from https://github.com/baldurk/qprocessinfo
* This lets us enumerate processes and fill the inject list on windows and linux at least.
This commit is contained in:
@@ -80,6 +80,7 @@ SOURCES += 3rdparty/toolwindowmanager/ToolWindowManager.cpp \
|
||||
3rdparty/toolwindowmanager/ToolWindowManagerWrapper.cpp \
|
||||
3rdparty/flowlayout/FlowLayout.cpp \
|
||||
Code/qrenderdoc.cpp \
|
||||
Code/qprocessinfo.cpp \
|
||||
Code/RenderManager.cpp \
|
||||
Code/CommonPipelineState.cpp \
|
||||
Code/PersistantConfig.cpp \
|
||||
@@ -106,6 +107,7 @@ HEADERS += 3rdparty/toolwindowmanager/ToolWindowManager.h \
|
||||
3rdparty/toolwindowmanager/ToolWindowManagerWrapper.h \
|
||||
3rdparty/flowlayout/FlowLayout.h \
|
||||
Code/CaptureContext.h \
|
||||
Code/qprocessinfo.h \
|
||||
Code/RenderManager.h \
|
||||
Code/PersistantConfig.h \
|
||||
Code/CommonPipelineState.h \
|
||||
|
||||
Reference in New Issue
Block a user