Blender V4.3
function_constants.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2021-2022 Blender Foundation
2 *
3 * SPDX-License-Identifier: Apache-2.0 */
4
5enum {
7#define KERNEL_STRUCT_MEMBER(parent, type, name) KernelData_##parent##_##name,
9};
10
11#ifdef __KERNEL_METAL__
12# define KERNEL_STRUCT_MEMBER(parent, type, name) \
13 constant type kernel_data_##parent##_##name \
14 [[function_constant(KernelData_##parent##_##name)]];
15# include "kernel/data_template.h"
16#endif
@ Kernel_DummyConstant