Blender V4.3
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#ifndef __TABULATED_SOBOL_H__
6#define __TABULATED_SOBOL_H__
7
8#include "util/types.h"
9
11
12void tabulated_sobol_generate_4D(float4 points[], int size, int rng_seed);
13
15
16#endif /* __TABULATED_SOBOL_H__ */
#define CCL_NAMESPACE_END
CCL_NAMESPACE_BEGIN void tabulated_sobol_generate_4D(float4 points[], int size, int rng_seed)