mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 22:00:11 +01:00
svga: add comment on svga_buffer_hw_storage_map()
Trivial.
This commit is contained in:
parent
1572d11d89
commit
7348df81b8
1 changed files with 1 additions and 0 deletions
|
|
@ -255,6 +255,7 @@ svga_buffer_has_hw_storage(struct svga_buffer *sbuf)
|
|||
|
||||
/**
|
||||
* Map the hardware storage of a buffer.
|
||||
* \param flags bitmask of PIPE_TRANSFER_* flags
|
||||
*/
|
||||
static inline void *
|
||||
svga_buffer_hw_storage_map(struct svga_context *svga,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue