Changeset View
Changeset View
Standalone View
Standalone View
source/blender/render/RE_pipeline.h
| Show First 20 Lines • Show All 149 Lines • ▼ Show 20 Lines | typedef struct RenderResult { | ||||
| /* for acquire image, to indicate if it there is a combined layer */ | /* for acquire image, to indicate if it there is a combined layer */ | ||||
| int have_combined; | int have_combined; | ||||
| /* render info text */ | /* render info text */ | ||||
| char *text; | char *text; | ||||
| char *error; | char *error; | ||||
| struct StampData *stamp_data; | struct StampData *stamp_data; | ||||
| bool passes_allocated; | |||||
| } RenderResult; | } RenderResult; | ||||
| typedef struct RenderStats { | typedef struct RenderStats { | ||||
| int cfra; | int cfra; | ||||
| bool localview; | bool localview; | ||||
| double starttime, lastframetime; | double starttime, lastframetime; | ||||
| const char *infostr, *statstr; | const char *infostr, *statstr; | ||||
| char scene_name[MAX_ID_NAME - 2]; | char scene_name[MAX_ID_NAME - 2]; | ||||
| ▲ Show 20 Lines • Show All 220 Lines • Show Last 20 Lines | |||||