Skip to content
This repository was archived by the owner on Nov 30, 2020. It is now read-only.

Commit f38a1e4

Browse files
committed
Temporary fix to Switch related issues
1 parent fccc1ad commit f38a1e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PostProcessing/Shaders/StdLib.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include "API/D3D12.hlsl"
2020
#elif SHADER_API_D3D9 || SHADER_API_D3D11_9X
2121
#include "API/D3D9.hlsl"
22-
#elif SHADER_API_VULKAN
22+
#elif SHADER_API_VULKAN || SHADER_API_SWITCH
2323
#include "API/Vulkan.hlsl"
2424
#elif SHADER_API_METAL
2525
#include "API/Metal.hlsl"

0 commit comments

Comments
 (0)