diff --git a/main.cpp b/main.cpp index a6311051..ecd9e9a2 100644 --- a/main.cpp +++ b/main.cpp @@ -526,7 +526,6 @@ static void print_help() "\t[--flip-vert-y]\n" "\t[--iterations iter]\n" "\t[--cpp]\n" - "\t[--cppi]\n" "\t[--cpp-interface-name ]\n" "\t[--msl]\n" "\t[--msl-version ]\n" diff --git a/spirv_reflect.hpp b/spirv_reflect.hpp index d6a1a17c..e0ee5239 100644 --- a/spirv_reflect.hpp +++ b/spirv_reflect.hpp @@ -14,12 +14,11 @@ * limitations under the License. */ -#ifndef SPIRV_CROSS_CPPI_HPP -#define SPIRV_CROSS_CPPI_HPP +#ifndef SPIRV_CROSS_REFLECT_HPP +#define SPIRV_CROSS_REFLECT_HPP #include "spirv_cross.hpp" #include "spirv_glsl.hpp" -//#include "json/json.hpp" #include #include @@ -90,7 +89,6 @@ private: } enum class JsonType { - WaitType, Object, Array, };