FastUIDraw
|
#include <fastuidraw_painter_types.glsl.hpp>
Public Attributes | |
float | miter_limit |
float | radius |
uint | stroking_units |
The realization of fastuidraw::PainterStrokeParams. Use fastuidraw_read_stroking_params() to unpack from the data store buffer.
Definition at line 57 of file fastuidraw_painter_types.glsl.hpp.
float fastuidraw_stroking_params::miter_limit |
The miter-limit when stroking miter-joins, i.e. the value of fastuidraw::PainterStrokeParams::miter_limit().
Definition at line 69 of file fastuidraw_painter_types.glsl.hpp.
float fastuidraw_stroking_params::radius |
The RADIUS of stroking (which is half the stroking width), i.e. the value of fastuidraw::PainterStrokeParams::radius().
Definition at line 63 of file fastuidraw_painter_types.glsl.hpp.
uint fastuidraw_stroking_params::stroking_units |
The stroking units of the strok, i.e. the value of fastuidraw::PainterStrokeParams::stroking_units().
Definition at line 75 of file fastuidraw_painter_types.glsl.hpp.