gallium: Use the enum for pipe_transfer::usage.

This commit is contained in:
José Fonseca 2009-09-15 16:02:20 +01:00
parent cb5f1bce23
commit a18301790c
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ struct pipe_transfer
unsigned nblocksx; /**< allocated width in blocks */
unsigned nblocksy; /**< allocated height in blocks */
unsigned stride; /**< stride in bytes between rows of blocks */
unsigned usage; /**< PIPE_TRANSFER_* */
enum pipe_transfer_usage usage; /**< PIPE_TRANSFER_* */
struct pipe_texture *texture; /**< texture to transfer to/from */
unsigned face;