{ "name": "crafter-graphics", "configurations": [ { "name": "executable", "implementations": ["main"], "dependencies": [ { "path":"../../project.json", "configuration":"lib-win32-vulkan-debug" } ], "march": "x86-64-v3", "mtune": "generic", "target": "x86_64-w64-mingw32", "debug": false, "shaders": [ { "path":"raygen.glsl", "type": 6, "entrypoint":"main" }, { "path":"closesthit.glsl", "type": 9, "entrypoint":"main" }, { "path":"miss.glsl", "type": 10, "entrypoint":"main" } ] } ] }