dodanie textur
This commit is contained in:
16
shader.hpp
Normal file
16
shader.hpp
Normal 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);
|
||||
Reference in New Issue
Block a user