mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-24 09:45:46 +01: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
@ -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 New Issue
Block a user