comment on DepthMSAA
parent
17a321dcf7
commit
f3eacbf776
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue