Improved the API documentation in the audio module
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1251 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
6df95868d0
commit
33f54ad6cd
30 changed files with 759 additions and 410 deletions
|
@ -35,7 +35,7 @@ namespace priv
|
|||
////////////////////////////////////////////////////////////
|
||||
bool GeometryRendererVBO::IsSupported()
|
||||
{
|
||||
EnsureGlewInit();
|
||||
priv::EnsureGlewInit();
|
||||
|
||||
return glewIsSupported("GL_ARB_vertex_buffer_object") != 0;
|
||||
}
|
||||
|
@ -46,7 +46,7 @@ GeometryRendererVBO::GeometryRendererVBO() :
|
|||
myVertexBufferSize(0),
|
||||
myIndexBufferSize (0)
|
||||
{
|
||||
EnsureGlewInit();
|
||||
priv::EnsureGlewInit();
|
||||
|
||||
// Create the buffers
|
||||
GLCheck(glGenBuffersARB(1, &myVertexBuffer));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue