mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
gallium: added comment for pipe_reference() return value
This commit is contained in:
parent
9c01cf425f
commit
4430a05a3a
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ pipe_is_referenced(struct pipe_reference *reference)
|
|||
* Update reference counting.
|
||||
* The old thing pointed to, if any, will be unreferenced.
|
||||
* Both 'ptr' and 'reference' may be NULL.
|
||||
* \return TRUE if the object's refcount hits zero and should be destroyed.
|
||||
*/
|
||||
static INLINE boolean
|
||||
pipe_reference(struct pipe_reference *ptr, struct pipe_reference *reference)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue