Cleanup code
This commit is contained in:
parent
709d3c60f2
commit
ee86000529
1
main.cpp
1
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 <name>]\n"
|
||||
"\t[--msl]\n"
|
||||
"\t[--msl-version <MMmmpp>]\n"
|
||||
|
@ -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 <utility>
|
||||
#include <vector>
|
||||
|
||||
@ -90,7 +89,6 @@ private:
|
||||
}
|
||||
|
||||
enum class JsonType {
|
||||
WaitType,
|
||||
Object,
|
||||
Array,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user