Changeset View
Changeset View
Standalone View
Standalone View
source/blender/render/extern/include/RE_shader_ext.h
| Show First 20 Lines • Show All 173 Lines • ▼ Show 20 Lines | typedef struct ShadeInput { | ||||
| bool do_manage; /* color management flag */ | bool do_manage; /* color management flag */ | ||||
| bool use_world_space_shading; | bool use_world_space_shading; | ||||
| short thread, sample; /* sample: ShadeSample array index */ | short thread, sample; /* sample: ShadeSample array index */ | ||||
| short nodes; /* indicate node shading, temp hack to prevent recursion */ | short nodes; /* indicate node shading, temp hack to prevent recursion */ | ||||
| unsigned int lay; | unsigned int lay; | ||||
| int layflag, passflag, combinedflag; | int layflag, passflag, combinedflag; | ||||
| short object_pass_index; | short object_pass_index; | ||||
| struct Group *light_override; | |||||
| struct Material *mat_override; | |||||
| #ifdef RE_RAYCOUNTER | #ifdef RE_RAYCOUNTER | ||||
| RayCounter raycounter; | RayCounter raycounter; | ||||
| #endif | #endif | ||||
| } ShadeInput; | } ShadeInput; | ||||
| typedef struct BakeImBufuserData { | typedef struct BakeImBufuserData { | ||||
| ▲ Show 20 Lines • Show All 68 Lines • Show Last 20 Lines | |||||