mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-24 14:45:53 +00:00
Add filterable texture list to texture viewer
This commit is contained in:
@@ -98,7 +98,8 @@ SOURCES += Code/qrenderdoc.cpp \
|
||||
Widgets/ThumbnailStrip.cpp \
|
||||
Code/CommonPipelineState.cpp \
|
||||
Widgets/TextureGoto.cpp \
|
||||
Widgets/RDDoubleSpinBox.cpp
|
||||
Widgets/RDDoubleSpinBox.cpp \
|
||||
Widgets/RDListView.cpp
|
||||
|
||||
HEADERS += Windows/MainWindow.h \
|
||||
Windows/EventBrowser.h \
|
||||
@@ -118,7 +119,8 @@ HEADERS += Windows/MainWindow.h \
|
||||
Widgets/ThumbnailStrip.h \
|
||||
Code/CommonPipelineState.h \
|
||||
Widgets/TextureGoto.h \
|
||||
Widgets/RDDoubleSpinBox.h
|
||||
Widgets/RDDoubleSpinBox.h \
|
||||
Widgets/RDListView.h
|
||||
|
||||
FORMS += Windows/MainWindow.ui \
|
||||
Windows/EventBrowser.ui \
|
||||
|
||||
Reference in New Issue
Block a user