Module lyon_tessellation::vertex_builder [] [src]

Tools to help with populating vertex and index buffers

Structs

Identity

A dummy vertex constructor that just forwards its inputs.

Range
VertexBuffers

Structure that holds the vertex and index data.

VertexBuilder

A temporary view on a VertexBuffers object which facilitate the population of vertex and index data.

Traits

VertexBufferBuilder

A trait that VertexBuilder implements exposing the methods that algorithms generating geometry need, and hiding the generic parameters they should not care about.

VertexConstructor

Creates vertex values

Functions

simple_vertex_builder

Constructor

vertex_builder

Constructor

Type Definitions

Index
SimpleVertexBuilder

A VertexBuilder that takes the actual vertex type as input.