File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -526,7 +526,6 @@ static void print_help()
526526 " \t [--flip-vert-y]\n "
527527 " \t [--iterations iter]\n "
528528 " \t [--cpp]\n "
529- " \t [--cppi]\n "
530529 " \t [--cpp-interface-name <name>]\n "
531530 " \t [--msl]\n "
532531 " \t [--msl-version <MMmmpp>]\n "
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- #ifndef SPIRV_CROSS_CPPI_HPP
18- #define SPIRV_CROSS_CPPI_HPP
17+ #ifndef SPIRV_CROSS_REFLECT_HPP
18+ #define SPIRV_CROSS_REFLECT_HPP
1919
2020#include " spirv_cross.hpp"
2121#include " spirv_glsl.hpp"
22- // #include "json/json.hpp"
2322#include < utility>
2423#include < vector>
2524
@@ -90,7 +89,6 @@ class CompilerReflection : public CompilerGLSL
9089 }
9190
9291 enum class JsonType {
93- WaitType,
9492 Object,
9593 Array,
9694 };
You can’t perform that action at this time.
0 commit comments