pub type Type = c_uint;
Expand description

Flags to indicate the type of mapping for the buffer - these are passed into gbm_bo_map(). The caller must set the union of all the flags that are appropriate.

These flags are independent of the GBM_BO_USE_* creation flags. However, mapping the buffer may require copying to/from a staging buffer.

See also: pipe_map_flags