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/pixelshading.h')
-rw-r--r--source/blender/render/intern/include/pixelshading.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/source/blender/render/intern/include/pixelshading.h b/source/blender/render/intern/include/pixelshading.h
index c0adc36f3a3..00d731912b6 100644
--- a/source/blender/render/intern/include/pixelshading.h
+++ b/source/blender/render/intern/include/pixelshading.h
@@ -25,15 +25,10 @@
/** \file blender/render/intern/include/pixelshading.h
* \ingroup render
+ *
+ * These functions determine what actual color a pixel will have.
*/
-
-/* pixelshading.h
-*
-* These functions determine what actual color a pixel will have.
-*/
-
-
#ifndef __PIXELSHADING_H__
#define __PIXELSHADING_H__