aboutsummaryrefslogtreecommitdiffstats
path: root/examples/hellodevicereset/hellodevicereset.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hellodevicereset/hellodevicereset.pro')
-rw-r--r--examples/hellodevicereset/hellodevicereset.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/hellodevicereset/hellodevicereset.pro b/examples/hellodevicereset/hellodevicereset.pro
new file mode 100644
index 0000000..bf95b25
--- /dev/null
+++ b/examples/hellodevicereset/hellodevicereset.pro
@@ -0,0 +1,17 @@
+TEMPLATE = app
+QT += d3d12window widgets
+
+SOURCES = main.cpp window.cpp
+HEADERS = window.h
+
+LIBS = -ld3d12
+
+CS = tdr.hlsl
+
+shader.input = CS
+shader.header = tdr.h
+shader.entry = timeout
+shader.type = cs_5_0
+
+HLSL_SHADERS = shader
+load(hlsl)