Changeset View
Changeset View
Standalone View
Standalone View
source/blender/render/extern/include/RE_bake.h
| Show First 20 Lines • Show All 61 Lines • ▼ Show 20 Lines | |||||
| /* external_engine.c */ | /* external_engine.c */ | ||||
| bool RE_bake_has_engine(struct Render *re); | bool RE_bake_has_engine(struct Render *re); | ||||
| bool RE_bake_engine(struct Render *re, | bool RE_bake_engine(struct Render *re, | ||||
| struct Depsgraph *depsgraph, | struct Depsgraph *depsgraph, | ||||
| struct Object *object, | struct Object *object, | ||||
| const int object_id, | const int object_id, | ||||
| const BakePixel pixel_array[], | const BakePixel pixel_array[], | ||||
| const size_t num_pixels, | const BakeImages *bake_images, | ||||
| const int depth, | const int depth, | ||||
| const eScenePassType pass_type, | const eScenePassType pass_type, | ||||
| const int pass_filter, | const int pass_filter, | ||||
| float result[]); | float result[]); | ||||
| /* bake.c */ | /* bake.c */ | ||||
| int RE_pass_depth(const eScenePassType pass_type); | int RE_pass_depth(const eScenePassType pass_type); | ||||
| ▲ Show 20 Lines • Show All 44 Lines • Show Last 20 Lines | |||||