obs-studio/plugins/win-capture/graphics-hook/graphics-hook-config.h.in
jp9000 0b27b51294 win-capture: Add D3D12 capture support
Currently only supports shared texture capture, and doesn't support
rescaling.
2016-11-03 12:13:42 -07:00

16 lines
168 B
C

#pragma once
#ifndef TRUE
#define TRUE 1
#endif
#ifndef ON
#define ON 1
#endif
#ifndef FALSE
#define FALSE 0
#endif
#define COMPILE_D3D12_HOOK @COMPILE_D3D12_HOOK@