Blender V4.3
gpu_clip_planes_info.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2022 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
10
11GPU_SHADER_CREATE_INFO(gpu_clip_planes)
12 .uniform_buf(1, "GPUClipPlanes", "clipPlanes", Frequency::PASS)
13 .typedef_source("GPU_shader_shared.hh")
14 .define("USE_WORLD_CLIP_PLANES");
#define GPU_SHADER_CREATE_INFO(_info)