mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
freedreno/ir3: Add missing braces in initializer
Signed-off-by: Rob Clark <robdclark@gmail.com>
This commit is contained in:
parent
c99cdd2175
commit
abb2a865a4
1 changed files with 1 additions and 1 deletions
|
|
@ -309,7 +309,7 @@ ir3_shader_create(struct ir3_compiler *compiler,
|
|||
* (as otherwise nothing will trigger the shader to be
|
||||
* actually compiled)
|
||||
*/
|
||||
static struct ir3_shader_key key = {0};
|
||||
static struct ir3_shader_key key = {{0}};
|
||||
ir3_shader_variant(shader, key, debug);
|
||||
}
|
||||
return shader;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue