commit | 3dad1cda1168b56e5326305b395c25afa06feff2 | [log] [tgz] |
---|---|---|
author | dan sinclair <dj2@everburning.com> | Sat Jul 07 09:38:00 2018 -0400 |
committer | GitHub <noreply@github.com> | Sat Jul 07 09:38:00 2018 -0400 |
tree | 5b51a44170f0a4a1992de292ed5afea9b4bb4a3b | |
parent | 76e0bde19633fc8c45f7de52029e3d517b2e1561 [diff] [blame] |
Change libspirv to spvtools namespace (#1678) This CL changes all of the libspirv namespace code to spvtools to match the rest of the code base.
diff --git a/source/enum_string_mapping.cpp b/source/enum_string_mapping.cpp index e993b58..20bbdfc 100644 --- a/source/enum_string_mapping.cpp +++ b/source/enum_string_mapping.cpp
@@ -22,8 +22,8 @@ #include "extensions.h" -namespace libspirv { +namespace spvtools { #include "enum_string_mapping.inc" -} // namespace libspirv +} // namespace spvtools