From 4cd4a91aa73f9e7c48339c03fc0b55468a834e6e Mon Sep 17 00:00:00 2001 From: Triang3l Date: Mon, 9 May 2022 19:17:55 +0300 Subject: [PATCH] [D3D12] Rectangle GS comment typo fix [ci skip] --- src/xenia/gpu/d3d12/pipeline_cache.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/xenia/gpu/d3d12/pipeline_cache.cc b/src/xenia/gpu/d3d12/pipeline_cache.cc index e35e94bb7..2d2fd8cdc 100644 --- a/src/xenia/gpu/d3d12/pipeline_cache.cc +++ b/src/xenia/gpu/d3d12/pipeline_cache.cc @@ -2598,8 +2598,7 @@ void PipelineCache::CreateDxbcGeometryShader( } a.OpEndIf(); - // Emit the triangle in the strip that consisting of the original - // vertices. + // Emit the triangle in the strip that consists of the original vertices. for (uint32_t i = 0; i < 3; ++i) { dxbc::Index input_vertex_index(0, i); for (uint32_t j = 0; j < key.interpolator_count; ++j) {