mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
tgsi: initialize Atomic field in tgsi_default_declaration
Spotted by Coverity. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
5a81b48ad0
commit
3281ae96c8
1 changed files with 1 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ tgsi_default_declaration( void )
|
|||
declaration.Invariant = 0;
|
||||
declaration.Local = 0;
|
||||
declaration.Array = 0;
|
||||
declaration.Atomic = 0;
|
||||
declaration.Padding = 0;
|
||||
|
||||
return declaration;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue