Java com.badlogic.gdx.graphics VertexAttributes fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.graphics VertexAttributes fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.graphics VertexAttributes.

The text is from its open source code.

Constructor

VertexAttributes(VertexAttribute... attributes)
Constructor, sets the vertex attributes in a specific order

Method

booleanequals(final Object obj)
VertexAttributefindByUsage(int usage)
Returns the first VertexAttribute for the given usage.
VertexAttributeget(int index)
intgetOffset(int usage)
Returns the offset for the first VertexAttribute with the specified usage.
intsize()