Fixed MSAA
This commit is contained in:
parent
7ea788534c
commit
ddd2171da2
5 changed files with 21 additions and 9 deletions
|
|
@ -133,7 +133,7 @@ namespace SM.Base.PostEffects
|
|||
/// <inheritdoc/>
|
||||
protected override void InitProcess()
|
||||
{
|
||||
_source = Pipeline.MainFramebuffer;
|
||||
_source ??= Pipeline.MainFramebuffer;
|
||||
|
||||
_source.ColorAttachments["color"].PixelInformation = PixelInformation.RGBA_HDR;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue