cf_draw_custom_shape_fill¶
Category: draw
GitHub: cute_draw.h
Draws a filled registered custom SDF shape.
void cf_draw_custom_shape_fill(CF_CustomShape shape, CF_Aabb bounds, const float* params, int param_count);
| Parameters | Description |
|---|---|
shape |
The shape from cf_make_custom_shape. |
bounds |
Conservative world-space bounds of the shape (the renderer pads for antialias). |
params |
Up to 16 floats delivered to the sdf as ShapeParams (a.x, a.y, b.x, ...). |
param_count |
Number of floats in params. |