Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_render.h
| Show First 20 Lines • Show All 86 Lines • ▼ Show 20 Lines | void ED_preview_shader_job(const struct bContext *C, | ||||
| void *owner, | void *owner, | ||||
| struct ID *id, | struct ID *id, | ||||
| struct ID *parent, | struct ID *parent, | ||||
| struct MTex *slot, | struct MTex *slot, | ||||
| int sizex, | int sizex, | ||||
| int sizey, | int sizey, | ||||
| int method); | int method); | ||||
| void ED_preview_icon_render(struct Main *bmain, | void ED_preview_icon_render(struct Main *bmain, | ||||
| struct Depsgraph *depsgraph, | |||||
| struct Scene *scene, | struct Scene *scene, | ||||
| struct ID *id, | struct ID *id, | ||||
| unsigned int *rect, | unsigned int *rect, | ||||
| int sizex, | int sizex, | ||||
| int sizey); | int sizey); | ||||
| void ED_preview_icon_job(const struct bContext *C, | void ED_preview_icon_job(const struct bContext *C, | ||||
| void *owner, | void *owner, | ||||
| struct ID *id, | struct ID *id, | ||||
| Show All 15 Lines | |||||