Blender V4.3
draw_cache_impl_gpencil_legacy.cc File Reference

Go to the source code of this file.

Classes

struct  GpencilBatchCache
 

Namespaces

namespace  blender
 
namespace  blender::draw
 

Macros

#define BEZIER_HANDLE   (1 << 3)
 
#define COLOR_SHIFT   5
 

Functions

Internal Utilities
static void blender::draw::gpencil_batch_cache_clear (GpencilBatchCache *cache)
 
Expose via BKE callbacks
void blender::draw::DRW_gpencil_batch_cache_dirty_tag (bGPdata *gpd)
 
void blender::draw::DRW_gpencil_batch_cache_free (bGPdata *gpd)
 
Sbuffer stroke batches.
void blender::draw::DRW_cache_gpencil_sbuffer_clear (Object *ob)
 

Macro Definition Documentation

◆ BEZIER_HANDLE

#define BEZIER_HANDLE   (1 << 3)

Definition at line 36 of file draw_cache_impl_gpencil_legacy.cc.

◆ COLOR_SHIFT

#define COLOR_SHIFT   5

Definition at line 37 of file draw_cache_impl_gpencil_legacy.cc.