mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-10-31 20:37:52 +00:00
vk_pipeline_cache: Silence GCC warnings
Silences `-Werror=missing-field-initializers` due to missing initializers.
This commit is contained in:
parent
416e1b7441
commit
7ae3ea6bee
1 changed files with 2 additions and 0 deletions
|
@ -696,6 +696,8 @@ PipelineCache::PipelineCache(RasterizerVulkan& rasterizer_, Tegra::GPU& gpu_,
|
|||
.has_broken_spirv_clamp = driver_id == VK_DRIVER_ID_INTEL_PROPRIETARY_WINDOWS_KHR,
|
||||
.generic_input_types{},
|
||||
.fixed_state_point_size{},
|
||||
.alpha_test_func{},
|
||||
.xfb_varyings{},
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue