FastUIDraw
Public Attributes | List of all members
fastuidraw_stroking_params Struct Reference

#include <fastuidraw_painter_types.glsl.hpp>

Public Attributes

float miter_limit
 
float radius
 
uint stroking_units
 

Detailed Description

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.

Member Data Documentation

◆ miter_limit

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.

◆ radius

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.

◆ stroking_units

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.


The documentation for this struct was generated from the following file: