aboutsummaryrefslogtreecommitdiff
path: root/src/RenderTargets_DX12.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/RenderTargets_DX12.h')
-rw-r--r--src/RenderTargets_DX12.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/RenderTargets_DX12.h b/src/RenderTargets_DX12.h
index 3599a87..4ba4901 100644
--- a/src/RenderTargets_DX12.h
+++ b/src/RenderTargets_DX12.h
@@ -175,7 +175,6 @@ public:
RTTexture2DArray()
: RTTexture2D()
{
- // @jihoc How to initialize handles?
ZERO_ARRAY(SRVs);
ZERO_ARRAY(RTVs);
}