Skip to content

Commit

Permalink
Fix Snapshot returning magenta color Apple Metal (#2804)
Browse files Browse the repository at this point in the history
  • Loading branch information
taublast committed Mar 28, 2024
1 parent 99a2607 commit 4f87c3a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ private void Initialize()
ColorPixelFormat = MTLPixelFormat.BGRA8Unorm;
DepthStencilPixelFormat = MTLPixelFormat.Depth32Float_Stencil8;
SampleCount = 1;
FramebufferOnly = false;
Device = device;
backendContext = new GRMtlBackendContext
{
Expand Down

0 comments on commit 4f87c3a

Please sign in to comment.