Vis2 Line Renderer
Linedata-Renderer with transparancy
draw_call_t Struct Reference

This structure holds information about when a polyline starts and how long it is inside a sorted Vertex-Buffer More...

#include <host_structures.h>

Public Attributes

uint32_t firstIndex
 The index of the first vertex inside the buffer array More...
 
uint32_t numberOfPrimitives
 The number of vertices that belong to this polyline More...
 

Detailed Description

This structure holds information about when a polyline starts and how long it is inside a sorted Vertex-Buffer

Member Data Documentation

◆ firstIndex

uint32_t draw_call_t::firstIndex

The index of the first vertex inside the buffer array

◆ numberOfPrimitives

uint32_t draw_call_t::numberOfPrimitives

The number of vertices that belong to this polyline


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