RunicVTT Open Source Virtual Tabletop for TTRPG using P2P
Loading...
Searching...
No Matches
VertexArray.h
Go to the documentation of this file.
1#pragma once
2#include "VertexBuffer.h"
3
5
7{
8private:
9 unsigned int m_RendererID;
10
11public:
14
15 void AddBuffer(const VertexBuffer& vb, const VertexBufferLayout& layout);
16
17 void Bind() const;
18 void Unbind() const;
19};
void Unbind() const
unsigned int m_RendererID
Definition VertexArray.h:9
void AddBuffer(const VertexBuffer &vb, const VertexBufferLayout &layout)
void Bind() const