mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
cell: comment-out unneeded padding field
This commit is contained in:
parent
d2c714627c
commit
2a8021667d
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ struct cell_command_rasterizer
|
|||
{
|
||||
opcode_t opcode; /**< CELL_CMD_STATE_RASTERIZER */
|
||||
struct pipe_rasterizer_state rasterizer;
|
||||
uint32_t pad[1];
|
||||
/*uint32_t pad[1];*/
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue