glDeleteBuffers

delete named buffer objects

Signature

glDeleteBuffers( GLsizei ( n ) , const GLuint * ( buffers ) )-> void
glDeleteBuffers( n , buffers )

Parameters

VariablesDescription
n
Specifies the number of buffer objects to be deleted.
buffers
Specifies an array of buffer objects to be deleted.

Sample Code References

The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.

glDeleteBuffers
{GPL3} OpenGL-Programmable 09-gles2.py Lines: 166, 271
{GPL3} OpenGL-Programmable 10-gl3.2core.py Lines: 174, 281
{GPL3} OpenGL-Programmable 08-pbo.py Lines: 148, 249

Copyright Notices

This documentation is based on documentation licensed under the SGI Free Software License B.

AltStyle によって変換されたページ (->オリジナル) /