mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-09-22 18:24:39 +00:00
add basic example
This commit is contained in:
13
examples/basic/shaders.h
Normal file
13
examples/basic/shaders.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <GL/glew.h>
|
||||
#include <GLFW/glfw3.h>
|
||||
|
||||
class Shaders
|
||||
{
|
||||
public:
|
||||
GLuint pid;
|
||||
Shaders();
|
||||
~Shaders();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user