This commit is contained in:
Jorijn van der Graaf 2026-01-28 23:37:12 +01:00
commit 9f62233a07
20 changed files with 298 additions and 322 deletions

View file

@ -9,6 +9,13 @@
"path":"../../project.json",
"configuration":"lib-vulkan"
}
],
"shaders": [
{
"path":"raygen.glsl",
"type":6,
"entrypoint":"main"
}
]
}
]