added old working project
This commit is contained in:
4
3DViewer/Header/shader.h
Normal file
4
3DViewer/Header/shader.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
#include <gl\glew.h>
|
||||
|
||||
GLuint LoadShaders(const char * vertex_file_path, const char * fragment_file_path);
|
Reference in New Issue
Block a user