Blender V5.0
gpu_shader_print_infos.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
8
9#ifdef GPU_SHADER
10# pragma once
11# include "gpu_shader_compat.hh"
12
13# include "GPU_shader_shared.hh"
14#endif
15
17
19STORAGE_BUF_FREQ(GPU_SHADER_PRINTF_SLOT, read_write, uint, gpu_print_buf[], PASS)
20DEFINE_VALUE("GPU_SHADER_PRINTF_MAX_CAPACITY", STRINGIFY(GPU_SHADER_PRINTF_MAX_CAPACITY))
unsigned int uint
#define STRINGIFY(x)
#define GPU_SHADER_CREATE_INFO(_info)
#define GPU_SHADER_CREATE_END()
#define GPU_SHADER_PRINTF_MAX_CAPACITY
#define STORAGE_BUF_FREQ(slot, qualifiers, type_name, name, freq)
#define GPU_SHADER_PRINTF_SLOT
#define DEFINE_VALUE(name, value)