gallium: fix typo: s/custam/custom/
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user