32 lines
837 B
JSON
32 lines
837 B
JSON
{
|
|
"name": "crafter-graphics",
|
|
"configurations": [
|
|
{
|
|
"name": "executable",
|
|
"implementations": ["main"],
|
|
"dependencies": [
|
|
{
|
|
"path":"../../project.json",
|
|
"configuration":"lib-vulkan-debug"
|
|
}
|
|
],
|
|
"shaders": [
|
|
{
|
|
"path":"raygen.glsl",
|
|
"type": 6,
|
|
"entrypoint":"main"
|
|
},
|
|
{
|
|
"path":"closesthit.glsl",
|
|
"type": 9,
|
|
"entrypoint":"main"
|
|
},
|
|
{
|
|
"path":"miss.glsl",
|
|
"type": 10,
|
|
"entrypoint":"main"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|