SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
SLGLVertexBuffer.h File Reference

Wrapper class around OpenGL Vertex Buffer Objects (VBO) More...

#include <SLGLEnums.h>
#include <SLVec2.h>
#include <SLVec3.h>
#include <SLVec4.h>
Include dependency graph for SLGLVertexBuffer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SLGLAttribute
 Struct for vertex attribute information. More...
 
class  SLGLVertexBuffer
 SLGLVertexBuffer encapsulates an OpenGL buffer for vertex attributes. More...
 

Typedefs

typedef vector< SLGLAttributeSLVVertexAttrib
 

Detailed Description

Wrapper class around OpenGL Vertex Buffer Objects (VBO)

Date
January 2016
Authors
Marcus Hudritsch
Remarks
Please use clangformat to format the code. See more code style on https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style

Definition in file SLGLVertexBuffer.h.

Typedef Documentation

◆ SLVVertexAttrib

typedef vector<SLGLAttribute> SLVVertexAttrib

Definition at line 32 of file SLGLVertexBuffer.h.