Merge Fixed
This commit is contained in:
parent
bb030f588b
commit
7ffe566f9b
2 changed files with 4 additions and 4 deletions
|
|
@ -14,9 +14,9 @@ namespace SM_TEST
|
|||
public override void Initialization()
|
||||
{
|
||||
|
||||
MainFramebuffer = CreateWindowFramebuffer(0, true, PixelInformation.RGBA_HDR);
|
||||
MainFramebuffer = CreateWindowFramebuffer(0);
|
||||
|
||||
_postBuffer = CreateWindowFramebuffer(0, false, PixelInformation.RGBA_HDR);
|
||||
_postBuffer = CreateWindowFramebuffer(0);
|
||||
Framebuffers.Add(_postBuffer);
|
||||
_bloom = new BloomEffect(MainFramebuffer, hdr: true, .75f)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue