mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
gallium/docs: remove documentation of redefine_user_buffer
This commit is contained in:
parent
74b9ef83cf
commit
7c799f8f6b
1 changed files with 0 additions and 14 deletions
|
|
@ -499,20 +499,6 @@ the beginning of the resource.
|
|||
|
||||
|
||||
|
||||
.. _redefine_user_buffer:
|
||||
|
||||
redefine_user_buffer
|
||||
%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
This function notifies a driver that the user buffer content has been changed.
|
||||
The updated region starts at ``offset`` and is ``size`` bytes large.
|
||||
The ``offset`` is relative to the pointer specified in ``user_buffer_create``.
|
||||
While uploading the user buffer, the driver is allowed not to upload
|
||||
the memory outside of this region.
|
||||
The width0 is redefined to ``MAX2(width0, offset+size)``.
|
||||
|
||||
|
||||
|
||||
.. _texture_barrier
|
||||
|
||||
texture_barrier
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue