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:
authorClément Foucault <foucault.clem@gmail.com>2021-11-24 23:41:25 +0300
committerClément Foucault <foucault.clem@gmail.com>2021-11-24 23:41:25 +0300
commitf240ac1673302003bdec3e615bde950de2751f4f (patch)
treecc4fc29bf146d7bdadd41ad340b7372f6d9ca91a /.clang-format
parenta590474f4c8bee7321b8882e4dde9d46def53d22 (diff)
Improve formatinggpu-shader-descriptor
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format4
1 files changed, 4 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index 41f828787b2..0359b6f7027 100644
--- a/.clang-format
+++ b/.clang-format
@@ -269,5 +269,9 @@ StatementMacros:
- PyObject_HEAD
- PyObject_VAR_HEAD
+StatementMacros:
+ - GPU_STAGE_INTERFACE_CREATE
+ - GPU_SHADER_DESCRIPTOR
+
MacroBlockBegin: "^BSDF_CLOSURE_CLASS_BEGIN$"
MacroBlockEnd: "^BSDF_CLOSURE_CLASS_END$"