From 41e760dc0afc38a7eb07edfed0588918c8a862e9 Mon Sep 17 00:00:00 2001 From: baldurk Date: Fri, 22 Jul 2016 19:22:07 +0200 Subject: [PATCH] Remove an old TODO --- renderdoc/driver/d3d11/d3d11_analyse.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/renderdoc/driver/d3d11/d3d11_analyse.cpp b/renderdoc/driver/d3d11/d3d11_analyse.cpp index d814acbfb..eefbcfc3d 100644 --- a/renderdoc/driver/d3d11/d3d11_analyse.cpp +++ b/renderdoc/driver/d3d11/d3d11_analyse.cpp @@ -4805,7 +4805,6 @@ vector D3D11DebugManager::PixelHistory(vector eve // defaults (mostly) // disable tests/clips and enable scissor as we need it to clip visibility to just our pixel - // TODO determine if a pixel would have been scissor clipped. D3D11_RASTERIZER_DESC rd = { /*FillMode =*/D3D11_FILL_SOLID, /*CullMode =*/D3D11_CULL_NONE,