|
|
@ -271,7 +271,7 @@ PipelineCache::PipelineCache(RasterizerVulkan& rasterizer_, Tegra::Engines::Maxw
|
|
|
|
device{device_}, scheduler{scheduler_}, descriptor_pool{descriptor_pool_},
|
|
|
|
device{device_}, scheduler{scheduler_}, descriptor_pool{descriptor_pool_},
|
|
|
|
update_descriptor_queue{update_descriptor_queue_}, render_pass_cache{render_pass_cache_},
|
|
|
|
update_descriptor_queue{update_descriptor_queue_}, render_pass_cache{render_pass_cache_},
|
|
|
|
buffer_cache{buffer_cache_}, texture_cache{texture_cache_}, shader_notify{shader_notify_},
|
|
|
|
buffer_cache{buffer_cache_}, texture_cache{texture_cache_}, shader_notify{shader_notify_},
|
|
|
|
use_asynchronous_shaders{false},
|
|
|
|
use_asynchronous_shaders{Settings::values.use_asynchronous_shaders.GetValue()},
|
|
|
|
workers(std::max(std::thread::hardware_concurrency(), 2U) - 1, "yuzu:PipelineBuilder"),
|
|
|
|
workers(std::max(std::thread::hardware_concurrency(), 2U) - 1, "yuzu:PipelineBuilder"),
|
|
|
|
serialization_thread(1, "yuzu:PipelineSerialization") {
|
|
|
|
serialization_thread(1, "yuzu:PipelineSerialization") {
|
|
|
|
const auto& float_control{device.FloatControlProperties()};
|
|
|
|
const auto& float_control{device.FloatControlProperties()};
|
|
|
|