mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-01 15:30:26 +01:00
cell: memset() key to zero
This commit is contained in:
parent
44799c3b7e
commit
be3c070b6a
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ lookup_fragment_ops(struct cell_context *cell)
|
|||
/*
|
||||
* Build key
|
||||
*/
|
||||
memset(&key, 0, sizeof(key));
|
||||
key.blend = *cell->blend;
|
||||
key.dsa = *cell->depth_stencil;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue