dodanie textur

This commit is contained in:
2025-01-08 04:55:58 +01:00
parent 4956d74c1a
commit 395b470b5d
29 changed files with 1848 additions and 456 deletions

16
shader.hpp Normal file
View File

@@ -0,0 +1,16 @@
#include <stdio.h>
#include <string>
#include <vector>
#include <iostream>
#include <fstream>
#include <algorithm>
#include <sstream>
using namespace std;
#include <stdlib.h>
#include <string.h>
#include "timeh.hpp"
#include "GL/glew.h"
GLuint LoadShaders(const char * vertex_file_path, const char * fragment_file_path);