Allow this to be hooked by any application with a d3d9 render backend. This is not compatible with d3d9ex.
17 lines
271 B
Makefile
17 lines
271 B
Makefile
dlls += d3d9-frame-graph-hook
|
|
|
|
ldflags_d3d9-frame-graph-hook := \
|
|
-ld3d9 \
|
|
-ldwmapi\
|
|
-lgdi32 \
|
|
|
|
libs_d3d9-frame-graph-hook := \
|
|
hook \
|
|
imgui-bt \
|
|
imgui-debug \
|
|
imgui \
|
|
util \
|
|
|
|
src_d3d9-frame-graph-hook := \
|
|
main.c \
|