AGL
A graphics library
skybox.h
1
// Copyright 2011, OpenGL 4.0 Shading language cookbook (David Wolf)
2
3
#ifndef AGL_MESH_SKYBOX_H_
4
#define AGL_MESH_SKYBOX_H_
5
6
namespace
agl {
7
8
class
SkyBox
{
9
public
:
10
explicit
SkyBox
(
int
size);
11
void
render()
const
;
12
13
private
:
14
unsigned
int
vaoHandle;
15
};
16
17
}
// namespace agl
18
#endif // AGL_MESH_SKYBOX_H_
agl::SkyBox
Definition:
skybox.h:8
agl
mesh
skybox.h
Generated by
1.8.17