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/render/intern/include/vanillaRenderPipe.h')
-rw-r--r--source/blender/render/intern/include/vanillaRenderPipe.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/source/blender/render/intern/include/vanillaRenderPipe.h b/source/blender/render/intern/include/vanillaRenderPipe.h
index 1ace0c23610..f242b8522fc 100644
--- a/source/blender/render/intern/include/vanillaRenderPipe.h
+++ b/source/blender/render/intern/include/vanillaRenderPipe.h
@@ -45,5 +45,15 @@
*/
void zBufShadeAdvanced(void);
+/**
+ * Copy the colour buffer output to R.rectot, to line y.
+ */
+void transferColourBufferToOutput(float *buf, int y);
+/**
+ * using default transforms for brightness, gamma, hue, saturation etc.
+ */
+void std_floatcol_to_charcol(float *buf, char *target);
+
+
#endif /* VANILLARENDERPIPE_EXT_H */