mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
lavapipe: fix msvc initialiser
Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9208>
This commit is contained in:
parent
4eada33223
commit
deb44bc317
1 changed files with 1 additions and 1 deletions
|
|
@ -1236,7 +1236,7 @@ static void render_subpass_clear_fast(struct rendering_state *state)
|
|||
const struct lvp_subpass *subpass = &state->pass->subpasses[state->subpass];
|
||||
bool has_color_value = false;
|
||||
uint32_t buffers = 0;
|
||||
VkClearValue color_value = {};
|
||||
VkClearValue color_value = {0};
|
||||
double dclear_val = 0;
|
||||
uint32_t sclear_val = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue