Commit bd2f2575 by Antonio Maiorano Committed by Commit Bot

Update comment to reflect changes in ea0dcd4b

Bug: angleproject:4087 Change-Id: I3c26fae4fde24308fa877256c190a5bb47fe1a82 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1954568Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 33b1e31e
...@@ -826,7 +826,7 @@ angle::Result GraphicsPipelineDesc::initializePipeline( ...@@ -826,7 +826,7 @@ angle::Result GraphicsPipelineDesc::initializePipeline(
VkPipelineRasterizationLineStateCreateInfoEXT rasterLineState = {}; VkPipelineRasterizationLineStateCreateInfoEXT rasterLineState = {};
rasterLineState.sType = VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_LINE_STATE_CREATE_INFO_EXT; rasterLineState.sType = VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_LINE_STATE_CREATE_INFO_EXT;
// Always enable Bresenham line rasterization if available. // Enable Bresenham line rasterization if available and not multisampling.
if (rasterAndMS.bits.rasterizationSamples <= 1 && if (rasterAndMS.bits.rasterizationSamples <= 1 &&
contextVk->getFeatures().bresenhamLineRasterization.enabled) contextVk->getFeatures().bresenhamLineRasterization.enabled)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment