@@ -140,7 +140,7 @@ TEST_P(ComputeSubgroupTest, PathPlayground) {
140140 options.sample_count = pass.GetRenderTarget ().GetSampleCount ();
141141 options.color_attachment_pixel_format =
142142 pass.GetRenderTarget ().GetRenderTargetPixelFormat ();
143- options.has_stencil_attachment =
143+ options.has_depth_stencil_attachments =
144144 pass.GetRenderTarget ().GetStencilAttachment ().has_value ();
145145 options.blend_mode = BlendMode::kSourceIn ;
146146 options.primitive_type = PrimitiveType::kTriangleStrip ;
@@ -337,7 +337,7 @@ TEST_P(ComputeSubgroupTest, LargePath) {
337337 options.sample_count = pass.GetRenderTarget ().GetSampleCount ();
338338 options.color_attachment_pixel_format =
339339 pass.GetRenderTarget ().GetRenderTargetPixelFormat ();
340- options.has_stencil_attachment =
340+ options.has_depth_stencil_attachments =
341341 pass.GetRenderTarget ().GetStencilAttachment ().has_value ();
342342 options.blend_mode = BlendMode::kSourceIn ;
343343 options.primitive_type = PrimitiveType::kTriangleStrip ;
@@ -415,7 +415,7 @@ TEST_P(ComputeSubgroupTest, QuadAndCubicInOnePath) {
415415 options.sample_count = pass.GetRenderTarget ().GetSampleCount ();
416416 options.color_attachment_pixel_format =
417417 pass.GetRenderTarget ().GetRenderTargetPixelFormat ();
418- options.has_stencil_attachment =
418+ options.has_depth_stencil_attachments =
419419 pass.GetRenderTarget ().GetStencilAttachment ().has_value ();
420420 options.blend_mode = BlendMode::kSourceIn ;
421421 options.primitive_type = PrimitiveType::kTriangleStrip ;
0 commit comments