Home
Docs
Install
GL
glMapBufferRange
map a section of a buffer object's data store
Signature
glMapBufferRange
(
GLenum (
target
) ,
GLintptr (
offset
) ,
GLsizeiptr (
length
) ,
GLbitfield (
access
)
)-> void *
glMapBufferRange
(
target
,
offset
,
length
,
access
)
-> <class 'ctypes.c_void_p'>
Parameters
Variables
Description
target
Specifies a binding to which the target buffer is bound.
offset
Specifies a the starting offset within the buffer of the range to be mapped.
length
Specifies a length of the range to be mapped.
access
Specifies a combination of access flags indicating the desired access to the range.
Copyright Notices
This documentation is based on documentation licensed under the
SGI Free Software License B
.