Remove an old TODO

This commit is contained in:
baldurk
2016-07-22 19:22:07 +02:00
parent 889e47c166
commit 41e760dc0a
-1
View File
@@ -4805,7 +4805,6 @@ vector<PixelModification> D3D11DebugManager::PixelHistory(vector<EventUsage> 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,