Changeset View
Changeset View
Standalone View
Standalone View
source/blender/render/intern/render_types.h
| Show First 20 Lines • Show All 150 Lines • ▼ Show 20 Lines | struct Render { | ||||
| struct ReportList *reports; | struct ReportList *reports; | ||||
| void **movie_ctx_arr; | void **movie_ctx_arr; | ||||
| char viewname[MAX_NAME]; | char viewname[MAX_NAME]; | ||||
| /* TODO: replace by a whole draw manager. */ | /* TODO: replace by a whole draw manager. */ | ||||
| void *gl_context; | void *gl_context; | ||||
| void *gpu_context; | void *gpu_context; | ||||
| bool is_rendering; | |||||
| }; | }; | ||||
| /* **************** defines ********************* */ | /* **************** defines ********************* */ | ||||
| /* R.flag */ | /* R.flag */ | ||||
| #define R_ANIMATION 1 | #define R_ANIMATION 1 | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||