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

Commit 10dbd84

Browse files
committed
Added SHADER_API_CONSOLE
1 parent c555e12 commit 10dbd84

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

PostProcessing/Shaders/StdLib.hlsl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
#include "API/OpenGL.hlsl"
2828
#endif
2929

30+
#if defined(SHADER_API_PSSL) || defined(SHADER_API_XBOXONE) || defined(SHADER_API_SWITCH)
31+
#define SHADER_API_CONSOLE
32+
#endif
33+
3034
// -----------------------------------------------------------------------------
3135
// Constants
3236

0 commit comments

Comments
 (0)