aboutsummaryrefslogtreecommitdiffstats
path: root/examples/hellodevicereset/hellodevicereset.pro
blob: bf95b25eb478f83f56c6bf00ea41ae9571fcfb77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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)