Skip to content

Instantly share code, notes, and snippets.

@xxAtrain223
xxAtrain223 / vao.cpp
Last active August 29, 2015 14:05 — forked from apples/vao.cpp
#include <gl\GL.h>
#include <glm\glm.hpp>
#include <vector>
// ULTIMATE VERTEX ARRAY OBJECT EXAMPLE
// No guarantee of correctness.
// Warranty void upon successful compile.
// No warranty.
// This software is released into the public domain.