Skip to content

Commit 18c3257

Browse files
committed
removed dupe xoroshiro.hlsl
1 parent 76fbce1 commit 18c3257

File tree

2 files changed

+1
-76
lines changed

2 files changed

+1
-76
lines changed

include/nbl/builtin/random/xoroshiro.hlsl

Lines changed: 0 additions & 76 deletions
This file was deleted.

src/nbl/builtin/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ LIST_BUILTIN_RESOURCE(NBL_RESOURCES_TO_EMBED "hlsl/format.hlsl")
286286
#linear algebra
287287
LIST_BUILTIN_RESOURCE(NBL_RESOURCES_TO_EMBED "hlsl/math/linalg/fast_affine.hlsl")
288288
# TODO: rename `equations` to `polynomials` probably
289+
LIST_BUILTIN_RESOURCE(NBL_RESOURCES_TO_EMBED "hlsl/math/functions.hlsl")
289290
LIST_BUILTIN_RESOURCE(NBL_RESOURCES_TO_EMBED "hlsl/math/geometry.hlsl")
290291
LIST_BUILTIN_RESOURCE(NBL_RESOURCES_TO_EMBED "hlsl/math/equations/quadratic.hlsl")
291292
LIST_BUILTIN_RESOURCE(NBL_RESOURCES_TO_EMBED "hlsl/math/equations/cubic.hlsl")

0 commit comments

Comments
 (0)