Files
workinf_Blender_Wasm/blender-5.2.0/intern/cycles/scene/tabulated_sobol.h
2026-08-12 04:47:48 -04:00

14 lines
268 B
C

/* SPDX-FileCopyrightText: 2019-2022 Blender Foundation
*
* SPDX-License-Identifier: Apache-2.0 */
#pragma once
#include "util/types.h"
CCL_NAMESPACE_BEGIN
void tabulated_sobol_generate_4D(float4 points[], const int size, const int rng_seed);
CCL_NAMESPACE_END