Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
CAMP
campvis-public
Commits
412f2e72
Commit
412f2e72
authored
Oct 17, 2014
by
Christian Schulte zu Berge
Browse files
more MSVC 12+ fixes.
parent
a353aade
Changes
1
Hide whitespace changes
Inline
Side-by-side
ext/tgt/tgt_gl.h
View file @
412f2e72
...
...
@@ -41,11 +41,11 @@
namespace
tgt
{
TGT_API
GLenum
_lGLError
(
int
line
,
const
char
*
file
);
GLboolean
getGlBool
(
GLenum
param
);;
TGT_API
GLboolean
getGlBool
(
GLenum
param
);;
GLint
getGlInt
(
GLenum
param
);;
TGT_API
GLint
getGlInt
(
GLenum
param
);;
GLfloat
getGlFloat
(
GLenum
param
);
TGT_API
GLfloat
getGlFloat
(
GLenum
param
);
}
// namespace tgt
#ifdef TGT_DEBUG
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment