projects
/
mesa.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge remote branch 'origin/mesa_7_6_branch'
[mesa.git]
/
progs
/
objviewer
/
skybox.h
1
2
#ifndef SKYBOX_H
3
#define SKYBOX_H
4
5
6
extern
GLuint
7
LoadSkyBoxCubeTexture
(
const char
*
filePosX
,
8
const char
*
fileNegX
,
9
const char
*
filePosY
,
10
const char
*
fileNegY
,
11
const char
*
filePosZ
,
12
const char
*
fileNegZ
);
13
14
extern
void
15
DrawSkyBoxCubeTexture
(
GLuint tex
);
16
17
18
#endif
/* SKYBOX_H */