Skip to content

Commit 360e024

Browse files
committed
Remove unused commnet
1 parent f842c34 commit 360e024

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

axmol/rhi/d3d11/RenderTarget11.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,6 @@ void RenderTargetImpl::beginRenderPass(ID3D11DeviceContext* context)
116116

117117
auto hr = _device->CreateRenderTargetView(handle.resource, &rtvDesc, &_rtvs[i]);
118118
_AXASSERT_HR(hr);
119-
120-
// auto hr = _device->CreateRenderTargetView(
121-
// static_cast<TextureImpl*>(textureInfo.texture)->internalHandle(), nullptr,
122-
// &_rtvs[i]);
123-
// _AXASSERT_HR(hr);
124119
}
125120
}
126121
}

0 commit comments

Comments
 (0)