Set up Vertex Buffer

This commit is contained in:
2024-10-09 06:14:01 -05:00
parent 0fefb85d0a
commit 7e625a3db5
10 changed files with 146 additions and 27 deletions

View File

@@ -1,6 +1,7 @@
#pragma once
#include "../global.h"
#include "../devicelibrary.h"
#include "buffers.h"
#include <fstream>
namespace Graphics {
class graphicspipeline {