Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/gpu/shaders/gpu_clip_planes.desc.h')
-rw-r--r--source/blender/gpu/shaders/gpu_clip_planes.desc.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/source/blender/gpu/shaders/gpu_clip_planes.desc.h b/source/blender/gpu/shaders/gpu_clip_planes.desc.h
index 0956745b0e3..c14a1a26177 100644
--- a/source/blender/gpu/shaders/gpu_clip_planes.desc.h
+++ b/source/blender/gpu/shaders/gpu_clip_planes.desc.h
@@ -1,17 +1,17 @@
#include "gpu_shader_descriptor.h"
-GPU_SHADER_DESCRIPTOR(gpu_clip_planes,
- {
- .resources =
- {
- [DESCRIPTOR_SET_0] =
- {
- [1] = UNIFORM_BUFFER("GPUClipPlanes", "clipPlanes"),
- },
- },
- .defines =
- {
- [5] = "#define USE_WORLD_CLIP_PLANES\n",
- },
- })
+GPU_SHADER_DESCRIPTOR(gpu_clip_planes)
+{
+ .resources =
+ {
+ [DESCRIPTOR_SET_0] =
+ {
+ [1] = UNIFORM_BUFFER("GPUClipPlanes", "clipPlanes"),
+ },
+ },
+ .defines =
+ {
+ [5] = "#define USE_WORLD_CLIP_PLANES\n",
+ },
+};