gallium: update comment about buffer map flags

This commit is contained in:
Brian
2008-02-11 08:56:18 -07:00
committed by Ben Skeggs
parent 1c7d7da30c
commit 23e6d1aebc
+1 -1
View File
@@ -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,