From f3eacbf7763a89d0b8c0c2458bff398f29e256e4 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Thu, 7 Mar 2024 00:03:42 -0800 Subject: [PATCH] comment on DepthMSAA --- DepthMSAA/DepthMSAAGame.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DepthMSAA/DepthMSAAGame.cs b/DepthMSAA/DepthMSAAGame.cs index fc3ee89..f0b1a30 100644 --- a/DepthMSAA/DepthMSAAGame.cs +++ b/DepthMSAA/DepthMSAAGame.cs @@ -229,7 +229,8 @@ namespace MoonWorks.Test cmdbuf.EndRenderPass(); - // Copy the MSAA RT to the backbuffer + // Blit the MSAA RT to the backbuffer + // A copy would work fine here as well cmdbuf.Blit( renderTargets[index], backbuffer,