Blender V5.0
scene/tabulated_sobol.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2019-2022 Blender Foundation
2 *
3 * SPDX-License-Identifier: Apache-2.0 */
4
5#pragma once
6
7#include "util/types.h"
8
10
11void tabulated_sobol_generate_4D(float4 points[], const int size, const int rng_seed);
12
static DBVT_INLINE btScalar size(const btDbvtVolume &a)
Definition btDbvt.cpp:52
#define CCL_NAMESPACE_END
CCL_NAMESPACE_BEGIN void tabulated_sobol_generate_4D(float4 points[], const int size, const int rng_seed)