Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ACGL
acgl
Commits
06ea7ae9
Commit
06ea7ae9
authored
Aug 24, 2012
by
Robert Menzel
Browse files
fixed minor bug with wrong static array size
parent
d256bd81
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ACGL/OpenGL/Controller/ShaderProgramControlFiles.cc
View file @
06ea7ae9
...
...
@@ -18,7 +18,11 @@ using namespace ACGL::Base;
using
namespace
ACGL
::
OpenGL
;
#ifndef ACGL_OPENGL_ES
#if (ACGL_OPENGL_VERSION >= 43)
const
unsigned
int
ShaderProgramControlFiles
::
sShaderEndingsSize
=
9
;
#else
const
unsigned
int
ShaderProgramControlFiles
::
sShaderEndingsSize
=
8
;
#endif
#else
const
unsigned
int
ShaderProgramControlFiles
::
sShaderEndingsSize
=
4
;
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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