mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 02:20:11 +01:00
gallium: update comment about buffer map flags
This commit is contained in:
parent
2e4077db16
commit
789f2f15e8
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ struct pipe_winsys
|
|||
|
||||
/**
|
||||
* Map the entire data store of a buffer object into the client's address.
|
||||
* flags is bitmask of PIPE_BUFFER_FLAG_READ/WRITE.
|
||||
* flags is bitmask of PIPE_BUFFER_USAGE_CPU_READ/WRITE flags.
|
||||
*/
|
||||
void *(*buffer_map)( struct pipe_winsys *sws,
|
||||
struct pipe_buffer *buf,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue