Blender
V3.3
intern
cycles
scene
sobol.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: Apache-2.0
2
* Copyright 2011-2022 Blender Foundation */
3
4
#ifndef __SOBOL_H__
5
#define __SOBOL_H__
6
7
#include "
util/types.h
"
8
9
CCL_NAMESPACE_BEGIN
10
11
#define SOBOL_BITS 32
12
#define SOBOL_MAX_DIMENSIONS 21201
13
14
void
sobol_generate_direction_vectors
(
uint
vectors[][
SOBOL_BITS
],
int
dimensions);
15
16
CCL_NAMESPACE_END
17
18
#endif
/* __SOBOL_H__ */
uint
unsigned int uint
Definition:
BLI_sys_types.h:67
CCL_NAMESPACE_END
#define CCL_NAMESPACE_END
Definition:
cuda/compat.h:9
CCL_NAMESPACE_BEGIN
Definition:
python.cpp:37
SOBOL_BITS
#define SOBOL_BITS
Definition:
sobol.h:11
sobol_generate_direction_vectors
void sobol_generate_direction_vectors(uint vectors[][SOBOL_BITS], int dimensions)
Definition:
sobol.cpp:31
types.h
Generated on Sat Jul 27 2024 14:57:55 for Blender by
doxygen
1.9.1