mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-23 14:15:42 +00:00
Add CustomPaintWidget and super-super hacky initial 'rendering' test
This commit is contained in:
@@ -53,14 +53,16 @@ SOURCES += main.cpp\
|
||||
3rdparty/toolwindowmanager/ToolWindowManagerArea.cpp \
|
||||
3rdparty/toolwindowmanager/ToolWindowManagerWrapper.cpp \
|
||||
EventBrowser.cpp \
|
||||
TextureViewer.cpp
|
||||
TextureViewer.cpp \
|
||||
CustomPaintWidget.cpp
|
||||
|
||||
HEADERS += MainWindow.h \
|
||||
3rdparty/toolwindowmanager/ToolWindowManager.h \
|
||||
3rdparty/toolwindowmanager/ToolWindowManagerArea.h \
|
||||
3rdparty/toolwindowmanager/ToolWindowManagerWrapper.h \
|
||||
EventBrowser.h \
|
||||
TextureViewer.h
|
||||
TextureViewer.h \
|
||||
CustomPaintWidget.h
|
||||
|
||||
FORMS += MainWindow.ui \
|
||||
EventBrowser.ui \
|
||||
|
||||
Reference in New Issue
Block a user