Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Cross.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEndre Oma <endre.88.oma@gmail.com>2017-01-09 20:03:01 +0300
committerEndre Oma <endre.88.oma@gmail.com>2017-01-09 20:03:54 +0300
commit42ca3d9956440a1ed1cd1426331bc51ea2c999ac (patch)
treea64e4c6818a45ea131b3d7310b001df1aae6fc16 /include
parent81238656ea55dd10007e5a8ed11e73172235e4cc (diff)
Switch to GLM_FORCE_SWIZZLE from deprecated GLM_SWIZZLE
Diffstat (limited to 'include')
-rw-r--r--include/spirv_cross/internal_interface.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/spirv_cross/internal_interface.hpp b/include/spirv_cross/internal_interface.hpp
index 6d1d636a..b89b3799 100644
--- a/include/spirv_cross/internal_interface.hpp
+++ b/include/spirv_cross/internal_interface.hpp
@@ -19,8 +19,8 @@
// This file must only be included by the shader generated by spirv-cross!
-#ifndef GLM_SWIZZLE
-#define GLM_SWIZZLE
+#ifndef GLM_FORCE_SWIZZLE
+#define GLM_FORCE_SWIZZLE
#endif
#ifndef GLM_FORCE_RADIANS