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 e7d7eda commit af741d9Copy full SHA for af741d9
impeller/entity/contents/clip_contents.cc
@@ -96,6 +96,7 @@ bool ClipContents::Render(const ContentContext& renderer,
96
info.mvp = Matrix::MakeOrthographic(pass.GetRenderTargetSize());
97
VS::BindVertInfo(cmd, pass.GetTransientsBuffer().EmplaceUniform(info));
98
99
+ options.primitive_type = PrimitiveType::kTriangleStrip;
100
cmd.pipeline = renderer.GetClipPipeline(options);
101
pass.AddCommand(cmd);
102
}
0 commit comments