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/rendercore_int.h')
-rw-r--r--source/blender/render/intern/include/rendercore_int.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/render/intern/include/rendercore_int.h b/source/blender/render/intern/include/rendercore_int.h
index 5ee63eb68ee..6b6ae899a8d 100644
--- a/source/blender/render/intern/include/rendercore_int.h
+++ b/source/blender/render/intern/include/rendercore_int.h
@@ -38,8 +38,7 @@
#include "zbuf_types.h"
#include "render_types.h"
-void do_lamphalo_tex(LampRen *lar, float *p1, float *p2, float *intens);
-void spothalo(struct LampRen *lar, float *view, float *intens);
+void spothalo(struct LampRen *lar, ShadeInput *shi, float *intens);
void add_filt_mask(unsigned int mask, unsigned short *col, unsigned int *rb1, unsigned int *rb2, unsigned int *rb3);
void addps(long *rd, int vlak, unsigned int z, short ronde);
PixStr *addpsmain(void);