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:
authorHans-Kristian Arntzen <hans-kristian.arntzen@arm.com>2016-11-11 20:04:14 +0300
committerHans-Kristian Arntzen <hans-kristian.arntzen@arm.com>2016-11-17 18:58:05 +0300
commitdad4a340720e2db1df7860279b18b9e6251c31c4 (patch)
tree457bc54feee59b29574b15a3215e359a214ae965 /spirv_cpp.hpp
parentf7ce25b6c269351a33e01d535170e6f573a96b4d (diff)
Start adding CFG analysis.
Not complete yet, but partly working ...
Diffstat (limited to 'spirv_cpp.hpp')
-rw-r--r--spirv_cpp.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/spirv_cpp.hpp b/spirv_cpp.hpp
index 89e711e3..eb77c0b1 100644
--- a/spirv_cpp.hpp
+++ b/spirv_cpp.hpp
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef SPIRV_CPP_HPP
-#define SPIRV_CPP_HPP
+#ifndef SPIRV_CROSS_CPP_HPP
+#define SPIRV_CROSS_CPP_HPP
#include "spirv_glsl.hpp"
#include <utility>