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