We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a7a11 commit 3dfe673Copy full SHA for 3dfe673
backends/vulkan/runtime/api/Context.cpp
@@ -289,9 +289,7 @@ VkPipeline Context::get_shader_pipeline(
289
spec_constants.append(additional_constants);
290
291
VkPipeline pipeline = pipeline_cache().retrieve(
292
- {pipeline_layout,
293
- shader_cache().retrieve(shader),
294
- spec_constants});
+ {pipeline_layout, shader_cache().retrieve(shader), spec_constants});
295
296
return pipeline;
297
}
0 commit comments