2025-06-13 23:59:36 +02:00
|
|
|
{
|
|
|
|
|
"name": "crafter-graphics",
|
|
|
|
|
"configurations": [
|
|
|
|
|
{
|
2026-01-28 01:06:48 +01:00
|
|
|
"name": "executable",
|
|
|
|
|
"implementations": ["main"],
|
2025-06-13 23:59:36 +02:00
|
|
|
"dependencies": [
|
|
|
|
|
{
|
|
|
|
|
"path":"../../project.json",
|
2026-03-09 20:10:19 +01:00
|
|
|
"configuration":"lib-win32-vulkan-debug"
|
2025-06-13 23:59:36 +02:00
|
|
|
}
|
2026-01-28 23:37:12 +01:00
|
|
|
],
|
2026-04-05 22:53:59 +02:00
|
|
|
"march": "x86-64-v3",
|
|
|
|
|
"mtune": "generic",
|
2026-03-09 20:10:19 +01:00
|
|
|
"target": "x86_64-w64-mingw32",
|
2026-04-05 22:53:59 +02:00
|
|
|
"debug": false,
|
2026-01-28 23:37:12 +01:00
|
|
|
"shaders": [
|
|
|
|
|
{
|
|
|
|
|
"path":"raygen.glsl",
|
2026-01-29 19:18:47 +01:00
|
|
|
"type": 6,
|
|
|
|
|
"entrypoint":"main"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path":"closesthit.glsl",
|
|
|
|
|
"type": 9,
|
|
|
|
|
"entrypoint":"main"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path":"miss.glsl",
|
|
|
|
|
"type": 10,
|
2026-01-28 23:37:12 +01:00
|
|
|
"entrypoint":"main"
|
|
|
|
|
}
|
2025-06-13 23:59:36 +02:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|