aboutsummaryrefslogtreecommitdiff
path: root/tools/ArtistTools/source/BlastPlugin/Shaders/common_buffers_ex.hlsl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ArtistTools/source/BlastPlugin/Shaders/common_buffers_ex.hlsl')
-rw-r--r--tools/ArtistTools/source/BlastPlugin/Shaders/common_buffers_ex.hlsl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/ArtistTools/source/BlastPlugin/Shaders/common_buffers_ex.hlsl b/tools/ArtistTools/source/BlastPlugin/Shaders/common_buffers_ex.hlsl
index 0076599..d6a37b0 100644
--- a/tools/ArtistTools/source/BlastPlugin/Shaders/common_buffers_ex.hlsl
+++ b/tools/ArtistTools/source/BlastPlugin/Shaders/common_buffers_ex.hlsl
@@ -42,6 +42,9 @@ cbuffer World : register(b1)
float specularPower;
float3 dirLightColor;
float specularIntensity;
+ float g_flatNormal;
+ float g_wireFrameOver;
+ float g_useLighting;
Light g_Light[4];
};