X-Git-Url: http://git.hcoop.net/clinton/guile-figl.git/blobdiff_plain/b002944dd992dc5a273e0067504beb48e1ae3d1c..a6a00658f26c164551287799b194cc2f07eb78be:/upstream-doc/man4/xhtml/glInvalidateBufferData.xml diff --git a/upstream-doc/man4/xhtml/glInvalidateBufferData.xml b/upstream-doc/man4/xhtml/glInvalidateBufferData.xml new file mode 100644 index 0000000..0c17cdc --- /dev/null +++ b/upstream-doc/man4/xhtml/glInvalidateBufferData.xml @@ -0,0 +1,29 @@ + + + +glInvalidateBufferData - OpenGL 4 Reference Pages

Name

glInvalidateBufferData — invalidate the content of a buffer object's data store

C Specification

void glInvalidateBufferData(GLuint buffer);

Parameters

buffer

+ The name of a buffer object whose data store to invalidate. +

Description

+ glInvalidateBufferData 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. +

Errors

+ GL_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 Gets

+ glGetBufferParameter with argument GL_BUFFER_SIZE +

See Also

+ glInvalidateTexSubImage,, + glInvalidateTexImage, + glInvalidateBufferSubData, + glInvalidateFramebuffer, + glInvalidateSubFramebuffer. +

Copyright

+ Copyright © 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/. +