Blender V5.0
compositor_bokeh_image_infos.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
6
7GPU_SHADER_CREATE_INFO(compositor_bokeh_image)
9PUSH_CONSTANT(float, exterior_angle)
10PUSH_CONSTANT(float, rotation)
11PUSH_CONSTANT(float, roundness)
12PUSH_CONSTANT(float, catadioptric)
13PUSH_CONSTANT(float, lens_shift)
14IMAGE(0, SFLOAT_16_16_16_16, write, image2D, output_img)
15COMPUTE_SOURCE("compositor_bokeh_image.glsl")
#define GPU_SHADER_CREATE_INFO(_info)
#define GPU_SHADER_CREATE_END()
#define PUSH_CONSTANT(type, name)
#define LOCAL_GROUP_SIZE(...)
#define IMAGE(slot, format, qualifiers, type, name)
#define COMPUTE_SOURCE(filename)
#define DO_STATIC_COMPILATION()
ImageBase< float, 2 > image2D