mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 10:40:11 +01:00
gallium: fix typo: s/custam/custom/
This commit is contained in:
parent
653da2d069
commit
bd5b99d389
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ enum pipe_texture_target {
|
|||
#define PIPE_BUFFER_USAGE_VERTEX (1 << 5)
|
||||
#define PIPE_BUFFER_USAGE_INDEX (1 << 6)
|
||||
#define PIPE_BUFFER_USAGE_CONSTANT (1 << 7)
|
||||
/** Pipe driver custam usage flags should be greater or equal to this value */
|
||||
/** Pipe driver custom usage flags should be greater or equal to this value */
|
||||
#define PIPE_BUFFER_USAGE_CUSTOM (1 << 16)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue