2.9.16
Coherent GT
A modern user interface library for games
renoir::CommandBuffer::StrokeDashInfo Struct Reference

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.
 

Detailed Description

Struct representing dash strokes.