mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 11:50:09 +01:00
gallium/radeon: update documentation of buffer_get_virtual_address
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
fd9f54223d
commit
cfd870de70
1 changed files with 3 additions and 0 deletions
|
|
@ -506,6 +506,9 @@ struct radeon_winsys {
|
|||
/**
|
||||
* Return the virtual address of a buffer.
|
||||
*
|
||||
* When virtual memory is not in use, this is the offset relative to the
|
||||
* relocation base (non-zero for sub-allocated buffers).
|
||||
*
|
||||
* \param buf A winsys buffer object
|
||||
* \return virtual address
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue