Blender V4.3
basic_private.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2020 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#ifdef __cplusplus
10extern "C" {
11#endif
12
18void BASIC_shaders_free(void);
19
20#ifdef __cplusplus
21}
22#endif
GPUShader * BASIC_shaders_pointcloud_depth_conservative_sh_get(eGPUShaderConfig config)
void BASIC_shaders_free(void)
GPUShader * BASIC_shaders_depth_sh_get(eGPUShaderConfig config)
GPUShader * BASIC_shaders_depth_conservative_sh_get(eGPUShaderConfig config)
GPUShader * BASIC_shaders_pointcloud_depth_sh_get(eGPUShaderConfig config)
GPUShader * BASIC_shaders_curves_depth_sh_get(eGPUShaderConfig config)
struct GPUShader GPUShader