~ubuntu-branches/ubuntu/utopic/blender/utopic-proposed

« back to all changes in this revision

Viewing changes to source/blender/render/intern/include/rendercore.h

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2012-04-28 12:11:12 UTC
  • mto: (14.1.6 experimental) (1.5.1)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: package-import@ubuntu.com-20120428121112-2zi0vp8b6vejda8i
Tags: upstream-2.63
ImportĀ upstreamĀ versionĀ 2.63

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 */
34
34
 
35
35
 
36
 
#ifndef RENDERCORE_H
37
 
#define RENDERCORE_H 
 
36
#ifndef __RENDERCORE_H__
 
37
#define __RENDERCORE_H__ 
38
38
 
39
39
#include "render_types.h"
40
40
 
84
84
 
85
85
int count_mask(unsigned short mask);
86
86
 
87
 
void zbufshade(void);
88
 
void zbufshadeDA(void); /* Delta Accum Pixel Struct */
89
 
 
90
87
void zbufshade_tile(struct RenderPart *pa);
91
88
void zbufshadeDA_tile(struct RenderPart *pa);
92
89