jubilant-funicular
Public Member Functions | Public Attributes | List of all members
nta::VertexAttrib Struct Reference

represents an attribute of a vertex (e.g. a call to glVertexAttribPointer) More...

#include <Vertex.h>

Collaboration diagram for nta::VertexAttrib:
Collaboration graph
[legend]

Public Member Functions

void setup () const
 

Public Attributes

GLuint index
 
GLint size
 
GLenum type
 
GLboolean normalized
 
GLsizei stride
 
GLvoid * pointer
 

Detailed Description

represents an attribute of a vertex (e.g. a call to glVertexAttribPointer)

Definition at line 13 of file Vertex.h.


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