Man Page: glinvalidatebufferdata
Operating Environment: centos
Section: 3g
GLINVALIDATEBUFFERDA(3G) OpenGL Manual GLINVALIDATEBUFFERDA(3G)NAMEglInvalidateBufferData - invalidate the content of a buffer object's data storeC SPECIFICATIONvoid glInvalidateBufferData(GLuint buffer);PARAMETERSbuffer The name of a buffer object whose data store to invalidate.DESCRIPTIONglInvalidateBufferData invalidates all of the content of the data store of a buffer object. After invalidation, the content of the buffer's data store becomes undefined.ERRORSGL_INVALID_VALUE is generated if buffer is not the name of an existing buffer object. GL_INVALID_OPERATION is generated if any part of buffer is currently mapped.ASSOCIATED GETSglGetBufferParameter() with argument GL_BUFFER_SIZESEE ALSOglInvalidateTexSubImage(),, glInvalidateTexImage(), glInvalidateBufferSubData(), glInvalidateFramebuffer(), glInvalidateSubFramebuffer().COPYRIGHTCopyright (C) 2012 Khronos Group. This material may be distributed subject to the terms and conditions set forth in the Open Publication License, v 1.0, 8 June 1999. http://opencontent.org/openpub/.AUTHORSopengl.org opengl.org 06/10/2014 GLINVALIDATEBUFFERDA(3G)
| Related Man Pages |
|---|
| glinvalidateteximage(3g) - centos |
| glbindvertexbuffer(3g) - centos |
| glgetbuffersubdata(3g) - centos |
| glinvalidatebuffersubdata(3g) - centos |
| glinvalidatetexsubimage(3g) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Tar Command |
| Docker learning Phase-I |
| Unsure why access time on a directory change isn't changing |
| [TIP] Processing YAML files with yq |
| Please Welcome Dave Munro to the Moderator Team! |