Blender  V3.3
Typedefs | Variables
BKE_sequencer_offscreen.h File Reference

Go to the source code of this file.

Typedefs

typedef struct ImBuf *(* SequencerDrawView) (struct Depsgraph *depsgraph, struct Scene *scene, struct View3DShading *shading_override, enum eDrawType drawtype, struct Object *camera, int width, int height, enum eImBufFlags flag, eV3DOffscreenDrawFlag draw_flags, int alpha_mode, const char *viewname, struct GPUOffScreen *ofs, char err_out[256])
 

Variables

SequencerDrawView sequencer_view3d_fn
 

Typedef Documentation

◆ SequencerDrawView

typedef struct ImBuf*(* SequencerDrawView) (struct Depsgraph *depsgraph, struct Scene *scene, struct View3DShading *shading_override, enum eDrawType drawtype, struct Object *camera, int width, int height, enum eImBufFlags flag, eV3DOffscreenDrawFlag draw_flags, int alpha_mode, const char *viewname, struct GPUOffScreen *ofs, char err_out[256])

Definition at line 1 of file BKE_sequencer_offscreen.h.

Variable Documentation

◆ sequencer_view3d_fn

SequencerDrawView sequencer_view3d_fn
extern

Definition at line 82 of file render.c.

Referenced by ED_spacetype_sequencer(), and seq_render_scene_strip().