We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd00ce commit 7f944a0Copy full SHA for 7f944a0
src/nbl/builtin/CMakeLists.txt
@@ -18,6 +18,7 @@ function(nbl_add_builtin_resources)
18
endfunction()
19
20
set(nbl_resources_to_embed
21
+ "nbl/builtin/glsl/utils/acceleration_structures.glsl"
22
"nbl/builtin/shader/loader/mtl/vertex_impl.glsl"
23
"nbl/builtin/shader/loader/mtl/vertex_no_uv.vert" # TODO: remove naming tautology
24
"nbl/builtin/shader/loader/mtl/vertex_uv.vert" # TODO: remove naming tautology
0 commit comments