Blender  V3.3
gpu_clip_planes_info.hh
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2022 Blender Foundation. All rights reserved. */
3 
9 
10 GPU_SHADER_CREATE_INFO(gpu_clip_planes)
11  .uniform_buf(1, "GPUClipPlanes", "clipPlanes", Frequency::PASS)
12  .typedef_source("GPU_shader_shared.h")
13  .define("USE_WORLD_CLIP_PLANES");
#define GPU_SHADER_CREATE_INFO(_info)