74acbd7ed0
Co-authored-by: jp9000 <obs.jim@gmail.com> Co-authored-by: jpark37 <jpark37@users.noreply.github.com>
18 lines
212 B
C
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@
|