mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
docs: correct spelling of "shareable"
Reviewed-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19139>
This commit is contained in:
parent
12b52b3f95
commit
65ad0824c9
1 changed files with 1 additions and 1 deletions
|
|
@ -828,7 +828,7 @@ resources might be created and handled quite differently.
|
|||
* ``PIPE_BIND_STREAM_OUTPUT``: A stream output buffer.
|
||||
* ``PIPE_BIND_CUSTOM``:
|
||||
* ``PIPE_BIND_SCANOUT``: A front color buffer or scanout buffer.
|
||||
* ``PIPE_BIND_SHARED``: A sharable buffer that can be given to another
|
||||
* ``PIPE_BIND_SHARED``: A shareable buffer that can be given to another
|
||||
process.
|
||||
* ``PIPE_BIND_GLOBAL``: A buffer that can be mapped into the global
|
||||
address space of a compute program.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue