|
|
@ -705,7 +705,7 @@ std::unique_ptr<ComputePipeline> PipelineCache::CreateComputePipeline(
|
|
|
|
std::unique_ptr<ComputePipeline> PipelineCache::CreateComputePipeline(
|
|
|
|
std::unique_ptr<ComputePipeline> PipelineCache::CreateComputePipeline(
|
|
|
|
ShaderPools& pools, const ComputePipelineCacheKey& key, Shader::Environment& env,
|
|
|
|
ShaderPools& pools, const ComputePipelineCacheKey& key, Shader::Environment& env,
|
|
|
|
PipelineStatistics* statistics, bool build_in_parallel) try {
|
|
|
|
PipelineStatistics* statistics, bool build_in_parallel) try {
|
|
|
|
if (device.HasBrokenCompute() && !Settings::values.enable_compute_pipelines.GetValue()) {
|
|
|
|
if (device.HasBrokenCompute()) {
|
|
|
|
LOG_ERROR(Render_Vulkan, "Skipping 0x{:016x}", key.Hash());
|
|
|
|
LOG_ERROR(Render_Vulkan, "Skipping 0x{:016x}", key.Hash());
|
|
|
|
return nullptr;
|
|
|
|
return nullptr;
|
|
|
|
}
|
|
|
|
}
|
|
|
|