Minor clean up
All checks were successful
eden-license / license-header (pull_request) Successful in 25s

This commit is contained in:
MaranBr 2025-09-24 16:07:28 -04:00 committed by crueter
parent dfb43c2af7
commit faf3a5d1ce

View file

@ -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()) {