mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
gallium-docs: Fix typo.
This commit is contained in:
parent
f9d734c309
commit
bd03025621
1 changed files with 2 additions and 2 deletions
|
|
@ -227,7 +227,7 @@ buffer_map
|
|||
|
||||
Map a buffer into memory.
|
||||
|
||||
**usage** is a bitmask of :ref:`PIPE_TEXTURE_USAGE` flags.
|
||||
**usage** is a bitmask of :ref:`PIPE_BUFFER_USAGE` flags.
|
||||
|
||||
Returns a pointer to the map, or NULL if the mapping failed.
|
||||
|
||||
|
|
@ -248,7 +248,7 @@ Flush a range of mapped memory into a buffer.
|
|||
|
||||
The buffer must have been mapped with ``PIPE_BUFFER_USAGE_FLUSH_EXPLICIT``.
|
||||
|
||||
**usage** is a bitmask of :ref:`PIPE_TEXTURE_USAGE` flags.
|
||||
**usage** is a bitmask of :ref:`PIPE_BUFFER_USAGE` flags.
|
||||
|
||||
buffer_unmap
|
||||
^^^^^^^^^^^^
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue