Browse Source

Minor clean up

pull/2568/head
MaranBr 6 months ago
committed by crueter
parent
commit
faf3a5d1ce
  1. 5
      src/video_core/renderer_vulkan/vk_graphics_pipeline.cpp

5
src/video_core/renderer_vulkan/vk_graphics_pipeline.cpp

@ -896,11 +896,6 @@ void GraphicsPipeline::MakePipeline(VkRenderPass render_pass) {
.pName = "main",
.pSpecializationInfo = nullptr,
});
/*
if (program[stage]->entries.uses_warps && device.IsGuestWarpSizeSupported(stage_ci.stage)) {
stage_ci.pNext = &subgroup_size_ci;
}
*/
}
VkPipelineCreateFlags flags{};
if (device.IsKhrPipelineExecutablePropertiesEnabled() && Settings::values.renderer_debug.GetValue()) {

Loading…
Cancel
Save