File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ LIST_BUILTIN_RESOURCE(NBL_RESOURCES_TO_EMBED "hlsl/random/xoroshiro.hlsl")
109
109
LIST_BUILTIN_RESOURCE (NBL_RESOURCES_TO_EMBED "hlsl/random/pcg.hlsl" )
110
110
LIST_BUILTIN_RESOURCE (NBL_RESOURCES_TO_EMBED "hlsl/random/lcg.hlsl" )
111
111
LIST_BUILTIN_RESOURCE (NBL_RESOURCES_TO_EMBED "hlsl/random/tea.hlsl" )
112
+ LIST_BUILTIN_RESOURCE (NBL_RESOURCES_TO_EMBED "hlsl/random/dim_adaptor_recursive.hlsl" )
112
113
# sampling
113
114
LIST_BUILTIN_RESOURCE (NBL_RESOURCES_TO_EMBED "glsl/sampling/bilinear.glsl" )
114
115
LIST_BUILTIN_RESOURCE (NBL_RESOURCES_TO_EMBED "glsl/sampling/box_muller_transform.glsl" )
@@ -321,6 +322,7 @@ LIST_BUILTIN_RESOURCE(NBL_RESOURCES_TO_EMBED "hlsl/shapes/beziers.hlsl")
321
322
#sampling
322
323
LIST_BUILTIN_RESOURCE (NBL_RESOURCES_TO_EMBED "hlsl/sampling/concentric_mapping.hlsl" )
323
324
LIST_BUILTIN_RESOURCE (NBL_RESOURCES_TO_EMBED "hlsl/sampling/cos_weighted_spheres.hlsl" )
325
+ LIST_BUILTIN_RESOURCE (NBL_RESOURCES_TO_EMBED "hlsl/sampling/quotient_and_pdf.hlsl" )
324
326
LIST_BUILTIN_RESOURCE (NBL_RESOURCES_TO_EMBED "hlsl/sampling/uniform_spheres.hlsl" )
325
327
#
326
328
LIST_BUILTIN_RESOURCE (NBL_RESOURCES_TO_EMBED "hlsl/ndarray_addressing.hlsl" )
You can’t perform that action at this time.
0 commit comments