Sign in
flutter
/
third_party
/
tinygltf
/
0f04ed018a4ff9f63dd930a58aa1e1c1e72cbff9
/
.
/
examples
/
basic
/
shaders.h
blob: 1fb28235ccb8be275efe25b15701ecfc50e238ac [
file
] [
log
] [
blame
]
#pragma
once
#include
<GL/glew.h>
#include
<GLFW/glfw3.h>
class
Shaders
{
public
:
GLuint
pid
;
Shaders
();
~
Shaders
();
};