Blender V4.3
gpu_shader_print_info.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2024 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
10
12 .storage_buf(
13 GPU_SHADER_PRINTF_SLOT, Qualifier::READ_WRITE, "uint", "gpu_print_buf[]", Frequency::PASS)
14 .define("GPU_SHADER_PRINTF_MAX_CAPACITY", STRINGIFY(GPU_SHADER_PRINTF_MAX_CAPACITY))
15 .define("GPU_PRINT");
#define STRINGIFY(x)
#define GPU_SHADER_CREATE_INFO(_info)
#define GPU_SHADER_PRINTF_MAX_CAPACITY
#define GPU_SHADER_PRINTF_SLOT