main: Add entry point for UnmapNamedBuffer.
v2: review from Ian Romanick - Restore VBO_DEBUG and BOUNDS_CHECK - Remove _mesa from static software fallback unmap_buffer. Reviewed-by: Fredrik Höglund <fredrik@kde.org>
This commit is contained in:
@@ -75,6 +75,11 @@
|
||||
<param name="access" type="GLbitfield" />
|
||||
</function>
|
||||
|
||||
<function name="UnmapNamedBuffer" offset="assign">
|
||||
<return type="GLboolean" />
|
||||
<param name="buffer" type="GLuint" />
|
||||
</function>
|
||||
|
||||
<!-- Texture object functions -->
|
||||
|
||||
<function name="CreateTextures" offset="assign">
|
||||
|
||||
Reference in New Issue
Block a user