Struct representing dash strokes. More...
#include <Coherent/renoir/include/RenoirCore/CommandBuffer.h>
Public Attributes | |
| float * | DashArray |
| Float array with lengths of "dash, gap, dash, gap..." pattern. | |
| unsigned | DashCount |
| Size of the DashArray. Must be even number as we have dash followed by gap pattern. | |
| float | DashOffset |
| Offset applied to dash pattern. | |
Struct representing dash strokes.