1#ifndef CORE_VERTEX_BUFFER_HPP
2#define CORE_VERTEX_BUFFER_HPP
13 unsigned int componentCount);
22 unsigned int GetComponentCount()
const {
return m_ComponentCount; }
23 GLenum GetType()
const {
return m_Type; }
31 unsigned int m_ComponentCount;
32 GLenum m_Type = GL_FLOAT;
Wrapper for OpenGL Vertex Buffer Object (a.k.a GL_ARRAY_BUFFER)
Definition: VertexBuffer.hpp:10
Core functionality of the framework
Definition: config.hpp:7