All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Luminous::BasicVertexUV Struct Reference

Vertex to use with shader programs that use texturing. More...

#include <Luminous/RenderCommand.hpp>

Public Attributes

Nimble::Vector2f location
 The location of the vertex.
 
Nimble::Vector2f texCoord
 The texture coordinate of the vertex.
 

Detailed Description

Vertex to use with shader programs that use texturing.