mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
gallium: update comment about buffer map flags
This commit is contained in:
parent
1c7d7da30c
commit
23e6d1aebc
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