comment on DepthMSAA

refresh2
cosmonaut 2024-03-07 00:03:42 -08:00
parent 17a321dcf7
commit f3eacbf776
1 changed files with 2 additions and 1 deletions

View File

@ -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,