diff options
Diffstat (limited to 'slang.h')
| -rw-r--r-- | slang.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -170,21 +170,21 @@ Any platforms not detected by the above logic are now now explicitly zeroed out. #if SLANG_WINDOWS_FAMILY # define SLANG_ENABLE_DIRECTX 1 # define SLANG_ENABLE_DXGI_DEBUG 1 -# define SLANG_ENABLE_FXC 1 +# define SLANG_ENABLE_DXBC_SUPPORT 1 # define SLANG_ENABLE_PIX 1 # define SLANG_ENABLE_DXVK 0 # define SLANG_ENABLE_VKD3D_PROTON 0 #elif SLANG_LINUX_FAMILY # define SLANG_ENABLE_DIRECTX 0 # define SLANG_ENABLE_DXGI_DEBUG 0 -# define SLANG_ENABLE_FXC 0 +# define SLANG_ENABLE_DXBC_SUPPORT 0 # define SLANG_ENABLE_PIX 0 # define SLANG_ENABLE_DXVK 1 # define SLANG_ENABLE_VKD3D_PROTON 1 #else # define SLANG_ENABLE_DIRECTX 0 # define SLANG_ENABLE_DXGI_DEBUG 0 -# define SLANG_ENABLE_FXC 0 +# define SLANG_ENABLE_DXBC_SUPPORT 0 # define SLANG_ENABLE_PIX 0 # define SLANG_ENABLE_DXVK 0 # define SLANG_ENABLE_VKD3D_PROTON 0 |
