Blender
V4.3
source
blender
gpu
shaders
infos
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
9
#include "
gpu_shader_create_info.hh
"
10
11
GPU_SHADER_CREATE_INFO
(gpu_print)
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"
);
STRINGIFY
#define STRINGIFY(x)
Definition
BLI_utildefines.h:442
GPU_SHADER_CREATE_INFO
#define GPU_SHADER_CREATE_INFO(_info)
gpu_shader_create_info.hh
GPU_SHADER_PRINTF_MAX_CAPACITY
#define GPU_SHADER_PRINTF_MAX_CAPACITY
Definition
gpu_shader_create_info.hh:34
GPU_SHADER_PRINTF_SLOT
#define GPU_SHADER_PRINTF_SLOT
Definition
gpu_shader_create_info.hh:33
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0