|
Blender V4.3
|
Grease Pencil API for render engines. More...
#include "BKE_attribute.hh"#include "BKE_curves.hh"#include "BKE_deform.hh"#include "BKE_grease_pencil.h"#include "BKE_grease_pencil.hh"#include "BLI_offset_indices.hh"#include "BLI_task.hh"#include "DNA_grease_pencil_types.h"#include "DRW_engine.hh"#include "DRW_render.hh"#include "ED_curves.hh"#include "ED_grease_pencil.hh"#include "GPU_batch.hh"#include "draw_cache_impl.hh"#include "../engines/gpencil/gpencil_defines.h"#include "../engines/gpencil/gpencil_shader_shared.h"Go to the source code of this file.
Classes | |
| struct | blender::draw::GreasePencilBatchCache |
| struct | blender::draw::GreasePencilStrokeVert |
| struct | blender::draw::GreasePencilColorVert |
Namespaces | |
| namespace | blender |
| namespace | blender::draw |
Grease Pencil API for render engines.
Definition in file draw_cache_impl_grease_pencil.cc.
| #define GREASE_PENCIL_EDIT_MULTIFRAME (1 << 2) |
Definition at line 673 of file draw_cache_impl_grease_pencil.cc.
| #define GREASE_PENCIL_EDIT_POINT_DIMMED (1 << 5) |
Definition at line 676 of file draw_cache_impl_grease_pencil.cc.
| #define GREASE_PENCIL_EDIT_POINT_SELECTED (1 << 0) |
Definition at line 671 of file draw_cache_impl_grease_pencil.cc.
| #define GREASE_PENCIL_EDIT_STROKE_END (1 << 4) |
Definition at line 675 of file draw_cache_impl_grease_pencil.cc.
Referenced by blender::draw::grease_pencil_edit_batch_ensure().
| #define GREASE_PENCIL_EDIT_STROKE_SELECTED (1 << 1) |
Definition at line 672 of file draw_cache_impl_grease_pencil.cc.
| #define GREASE_PENCIL_EDIT_STROKE_START (1 << 3) |
Definition at line 674 of file draw_cache_impl_grease_pencil.cc.
Referenced by blender::draw::grease_pencil_edit_batch_ensure().