Yet Another Game Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
yage::details::Glyph Struct Reference

Glyph with information of the texture. More...

#include <spritebatch.h>

Public Member Functions

 Glyph (GLuint texture_i, float depth_i, const Vertex &top_left_i, const Vertex &top_right_i, const Vertex &bottom_right_i, const Vertex &bottom_left_i)
 

Public Attributes

GLuint texture
 
float depth
 
Vertex top_left
 
Vertex top_right
 
Vertex bottom_right
 
Vertex bottom_left
 

Detailed Description

Glyph with information of the texture.

Constructor & Destructor Documentation

yage::details::Glyph::Glyph ( GLuint  texture_i,
float  depth_i,
const Vertex top_left_i,
const Vertex top_right_i,
const Vertex bottom_right_i,
const Vertex bottom_left_i 
)
inline

Member Data Documentation

Vertex yage::details::Glyph::bottom_left
Vertex yage::details::Glyph::bottom_right
float yage::details::Glyph::depth
GLuint yage::details::Glyph::texture
Vertex yage::details::Glyph::top_left
Vertex yage::details::Glyph::top_right

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