obs-studio/plugins/win-capture/graphics-hook/graphics-hook-config.h.in
Matthieu Cunzi 74acbd7ed0 win-capture: Add Vulkan capture
Co-authored-by: jp9000 <obs.jim@gmail.com>
Co-authored-by: jpark37 <jpark37@users.noreply.github.com>
2020-02-29 04:53:28 -08:00

18 lines
212 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@
#define COMPILE_VULKAN_HOOK @VULKAN_FOUND@