From 263371dc4e217ab38ee30fcb210e3c342c6c60ec Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 7 Jun 2022 14:53:20 +1000 Subject: Cleanup: spelling in comments, additional white space --- source/blender/render/RE_pipeline.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'source/blender/render/RE_pipeline.h') diff --git a/source/blender/render/RE_pipeline.h b/source/blender/render/RE_pipeline.h index 39820603c98..548e38d3ef3 100644 --- a/source/blender/render/RE_pipeline.h +++ b/source/blender/render/RE_pipeline.h @@ -74,10 +74,12 @@ typedef struct RenderPass { int pad; } RenderPass; -/* a renderlayer is a full image, but with all passes and samples */ -/* size of the rects is defined in RenderResult */ -/* after render, the Combined pass is in combined, - * for renderlayers read from files it is a real pass */ +/** + * - A render-layer is a full image, but with all passes and samples. + * - The size of the rects is defined in #RenderResult. + * - After render, the Combined pass is in combined, + * for render-layers read from files it is a real pass. + */ typedef struct RenderLayer { struct RenderLayer *next, *prev; -- cgit v1.2.3